Html Css Color HEX #0C214E Sapphire

📋 copy color: '#0C214E'

red 12 ◦ green 33 ◦ blue 78

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

Shades of Sapphire #0C214E

Tints of Sapphire #0C214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

 BLUE value IS 78 (30.86% from 255) = 63.41%

R = 9.76%
G = 26.83%
B = 63.41%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C214E (or 0x0C214E) is known color: Sapphire. HEX triplet: 0C, 21 and 4E. RGB value is (12,33,78). Sum of RGB (Red+Green+Blue) = 12+33+78=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C214E is #F3DEB1. Grayscale: #1F1F1F. Windows color (decimal): -15982258 or 5120268. OLE color: 5120268.

HSL color Cylindrical-coordinate representation of color #0C214E: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C214E is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 33 78 -
CMYK 0.85 0.58 0 0.69
HSL 220.91º 0.73% 0.18% -
HSV(B) 220.91º 0.85% 0.31% -
XYZ 2.07 1.72 7.43 -
YUV 31.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 12 33 78 0.85 0.58 0 0.69 220.91 0.73 0.18
Hex C 21 4E 55 3A 0 45 DD 49 12
Octal 14 41 116 125 72 0 105 335 111 22
Binary 1100 100001 1001110 1010101 111010 0 1000101 11011101 1001001 10010

Color Harmonies of #0C214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C214E

Black with #0C214E

Text Example


Text Example

White with #0C214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,33,78); }

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

background-color css

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

 a { background-color: rgb(12,33,78); }

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

border-color css

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

 span { border-color: rgb(12,33,78); }

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