#0C214D

Color #0C214D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0C214D

Tints of Sapphire #0C214D

Color information

#0C214D (or 0x0C214D) is unknown color: approx Sapphire. HEX triplet: 0C, 21 and 4D. RGB value is (12,33,77). Sum of RGB (Red+Green+Blue) = 12+33+77=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C214D is #F3DEB2. Grayscale: #1F1F1F. Windows color (decimal): -15982259 or 5054732. OLE color: 5054732.

HSL color Cylindrical-coordinate representation of color #0C214D: hue angle of 220.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C214D is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB123377-
CMYK0.840.5700.70
HSL220.62º73.03%17.45%-
HSV(B)220.62º84.42%30.2%-
XYZ2.041.77.24-
YUV31.74153.54113.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=9.84%
G=27.05%
B=63.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1233770.840.5700.70220.6273.0317.45
HexC214D5439046dd4911
Octal144111512471010633511121
Binary1100100001100110110101001110010100011011011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C214D;
 }
 .AnyTagClassName
 {
   color: #0C214D;
 }
</style>
background-color css

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

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

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

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

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

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