Html Css Color HEX #0C2463 Sapphire

📋 copy color: '#0C2463'

red 12 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #0C2463

Tints of Sapphire #0C2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

 BLUE value IS 99 (39.06% from 255) = 67.35%

R = 8.16%
G = 24.49%
B = 67.35%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C2463 (or 0x0C2463) is known color: Sapphire. HEX triplet: 0C, 24 and 63. RGB value is (12,36,99). Sum of RGB (Red+Green+Blue) = 12+36+99=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C2463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2463 is #F3DB9C. Grayscale: #232323. Windows color (decimal): -15981469 or 6497292. OLE color: 6497292.

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

Color convert

RGB 12 36 99 -
CMYK 0.88 0.64 0 0.61
HSL 223.45º 0.78% 0.22% -
HSV(B) 223.45º 0.88% 0.39% -
XYZ 3.03 2.24 12.08 -
YUV 36.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 12 36 99 0.88 0.64 0 0.61 223.45 0.78 0.22
Hex C 24 63 58 40 0 3D DF 4E 16
Octal 14 44 143 130 100 0 75 337 116 26
Binary 1100 100100 1100011 1011000 1000000 0 111101 11011111 1001110 10110

Color Harmonies of #0C2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2463

Black with #0C2463

Text Example


Text Example

White with #0C2463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,36,99); }

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

background-color css

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

 a { background-color: rgb(12,36,99); }

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

border-color css

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

 span { border-color: rgb(12,36,99); }

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