Html Css Color HEX #0C214D Sapphire

📋 copy color: '#0C214D'

red 12 ◦ green 33 ◦ blue 77

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

Shades of Sapphire #0C214D

Tints of Sapphire #0C214D

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 value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C214D (or 0x0C214D) is known color: 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

RGB 12 33 77 -
CMYK 0.84 0.57 0 0.70
HSL 220.62º 0.73% 0.17% -
HSV(B) 220.62º 0.84% 0.3% -
XYZ 2.04 1.7 7.24 -
YUV 31.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 12 33 77 0.84 0.57 0 0.70 220.62 0.73 0.17
Hex C 21 4D 54 39 0 46 DD 49 11
Octal 14 41 115 124 71 0 106 335 111 21
Binary 1100 100001 1001101 1010100 111001 0 1000110 11011101 1001001 10001

Color Harmonies of #0C214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C214D

Black with #0C214D

Text Example


Text Example

White with #0C214D

Text Example


Text Example

HTML Codes & Css Web 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>