Html Css Color HEX #0C2B6E Sapphire

📋 copy color: '#0C2B6E'

red 12 ◦ green 43 ◦ blue 110

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

Shades of Sapphire #0C2B6E

Tints of Sapphire #0C2B6E

RGB

 RED value IS 12 (5.08% from 255) = 7.27%

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 110 (43.36% from 255) = 66.67%

R = 7.27%
G = 26.06%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C2B6E (or 0x0C2B6E) is known color: Sapphire. HEX triplet: 0C, 2B and 6E. RGB value is (12,43,110). Sum of RGB (Red+Green+Blue) = 12+43+110=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C2B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2B6E is #F3D491. Grayscale: #292929. Windows color (decimal): -15979666 or 7219980. OLE color: 7219980.

HSL color Cylindrical-coordinate representation of color #0C2B6E: hue angle of 221.02º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2B6E is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 43 110 -
CMYK 0.89 0.61 0 0.57
HSL 221.02º 0.8% 0.24% -
HSV(B) 221.02º 0.89% 0.43% -
XYZ 3.83 2.93 15.12 -
YUV 41.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 12 43 110 0.89 0.61 0 0.57 221.02 0.8 0.24
Hex C 2B 6E 59 3D 0 39 DD 50 18
Octal 14 53 156 131 75 0 71 335 120 30
Binary 1100 101011 1101110 1011001 111101 0 111001 11011101 1010000 11000

Color Harmonies of #0C2B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2B6E

Black with #0C2B6E

Text Example


Text Example

White with #0C2B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,43,110); }

 H1.HeaderClassName
 {
   color: #0C2B6E;
 }
 .AnyTagClassName
 {
   color: #0C2B6E;
 }
</style>

background-color css

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

 a { background-color: rgb(12,43,110); }

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

border-color css

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

 span { border-color: rgb(12,43,110); }

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