Html Css Color HEX #0C2362 Sapphire

📋 copy color: '#0C2362'

red 12 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #0C2362

Tints of Sapphire #0C2362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 8.28%
G = 24.14%
B = 67.59%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C2362 (or 0x0C2362) is known color: Sapphire. HEX triplet: 0C, 23 and 62. RGB value is (12,35,98). Sum of RGB (Red+Green+Blue) = 12+35+98=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C2362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2362 is #F3DC9D. Grayscale: #232323. Windows color (decimal): -15981726 or 6431500. OLE color: 6431500.

HSL color Cylindrical-coordinate representation of color #0C2362: hue angle of 223.95º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2362 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 35 98 -
CMYK 0.88 0.64 0 0.62
HSL 223.95º 0.78% 0.22% -
HSV(B) 223.95º 0.88% 0.38% -
XYZ 2.96 2.16 11.82 -
YUV 35.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 12 35 98 0.88 0.64 0 0.62 223.95 0.78 0.22
Hex C 23 62 58 40 0 3E E0 4E 16
Octal 14 43 142 130 100 0 76 340 116 26
Binary 1100 100011 1100010 1011000 1000000 0 111110 11100000 1001110 10110

Color Harmonies of #0C2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2362

Black with #0C2362

Text Example


Text Example

White with #0C2362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,98); }

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

background-color css

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

 a { background-color: rgb(12,35,98); }

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

border-color css

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

 span { border-color: rgb(12,35,98); }

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