Html Css Color HEX #0C256A Sapphire

📋 copy color: '#0C256A'

red 12 ◦ green 37 ◦ blue 106

#0C256A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0C256A

Tints of Sapphire #0C256A

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.8% from 255) = 68.39%

R = 7.74%
G = 23.87%
B = 68.39%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C256A (or 0x0C256A) is known color: 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

RGB 12 37 106 -
CMYK 0.89 0.65 0 0.58
HSL 224.04º 0.8% 0.23% -
HSV(B) 224.04º 0.89% 0.42% -
XYZ 3.41 2.44 13.93 -
YUV 37.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 12 37 106 0.89 0.65 0 0.58 224.04 0.8 0.23
Hex C 25 6A 59 41 0 3A E0 50 17
Octal 14 45 152 131 101 0 72 340 120 27
Binary 1100 100101 1101010 1011001 1000001 0 111010 11100000 1010000 10111

Color Harmonies of #0C256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C256A

Black with #0C256A

Text Example


Text Example

White with #0C256A

Text Example


Text Example

HTML Codes & Css Web 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>