Html Css Color HEX #0C244D Sapphire

📋 copy color: '#0C244D'

red 12 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #0C244D

Tints of Sapphire #0C244D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 61.6%

R = 9.6%
G = 28.8%
B = 61.6%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C244D (or 0x0C244D) is known color: Sapphire. HEX triplet: 0C, 24 and 4D. RGB value is (12,36,77). Sum of RGB (Red+Green+Blue) = 12+36+77=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C244D is #F3DBB2. Grayscale: #212121. Windows color (decimal): -15981491 or 5055500. OLE color: 5055500.

HSL color Cylindrical-coordinate representation of color #0C244D: hue angle of 217.85º 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 #0C244D is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 36 77 -
CMYK 0.84 0.53 0 0.70
HSL 217.85º 0.73% 0.17% -
HSV(B) 217.85º 0.84% 0.3% -
XYZ 2.12 1.88 7.27 -
YUV 33.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 12 36 77 0.84 0.53 0 0.70 217.85 0.73 0.17
Hex C 24 4D 54 35 0 46 DA 49 11
Octal 14 44 115 124 65 0 106 332 111 21
Binary 1100 100100 1001101 1010100 110101 0 1000110 11011010 1001001 10001

Color Harmonies of #0C244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C244D

Black with #0C244D

Text Example


Text Example

White with #0C244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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