#0C256B

Color #0C256B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0C256B

Tints of Sapphire #0C256B

Color information

#0C256B (or 0x0C256B) is unknown color: approx Sapphire. HEX triplet: 0C, 25 and 6B. RGB value is (12,37,107). Sum of RGB (Red+Green+Blue) = 12+37+107=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C256B is #F3DA94. Grayscale: #252525. Windows color (decimal): -15981205 or 7021836. OLE color: 7021836.

HSL color Cylindrical-coordinate representation of color #0C256B: hue angle of 224.21º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C256B is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1237107-
CMYK0.890.6500.58
HSL224.21º79.83%23.33%-
HSV(B)224.21º88.79%41.96%-
XYZ3.472.4614.2-
YUV37.5167.22109.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=7.69%
G=23.72%
B=68.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12371070.890.6500.58224.2179.8323.33
HexC256B594103Ae05017
Octal144515313110107234012027
Binary1100100101110101110110011000001011101011100000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C256B; }

 p { color: rgb(12,37,107); }

 H1.HeaderClassName
 {
   color: #0C256B;
 }
 .AnyTagClassName
 {
   color: #0C256B;
 }
</style>
background-color css

<style>
 a { background-color: #0C256B; }

 a { background-color: rgb(12,37,107); }

 div.DivClassName
 {
   background-color: #0C256B;
 }
 .BgClassName
 {
   background-color: #0C256B;
 }
</style>
border-color css

<style>
 span { border-color: #0C256B; }

 span { border-color: rgb(12,37,107); }

 td.TdClassName
 {
   border-color: #0C256B;
 }
 .TagClassName
 {
   border-color: #0C256B;
 }
</style>