#0C256A

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

Shades of Sapphire #0C256A

Tints of Sapphire #0C256A

Color information

#0C256A (or 0x0C256A) is unknown color: approx Sapphire. HEX triplet: 0C, 25 and 6A. RGB value is (12,37,106). Sum of RGB (Red+Green+Blue) = 12+37+106=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C256A is #F3DA95. Grayscale: #252525. Windows color (decimal): -15981206 or 6956300. OLE color: 6956300.

HSL color Cylindrical-coordinate representation of color #0C256A: hue angle of 224.04º 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 #0C256A is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1237106-
CMYK0.890.6500.58
HSL224.04º79.66%23.14%-
HSV(B)224.04º88.68%41.57%-
XYZ3.412.4413.93-
YUV37.39166.72109.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 106 (41.80% from 255) = 68.39%
R=7.74%
G=23.87%
B=68.39%

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
Decimal12371060.890.6500.58224.0479.6623.14
HexC256A594103Ae05017
Octal144515213110107234012027
Binary1100100101110101010110011000001011101011100000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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