Html Css Color HEX #0C4249 Cyprus

📋 copy color: '#0C4249'

red 12 ◦ green 66 ◦ blue 73

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

Shades of Cyprus #0C4249

Tints of Cyprus #0C4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 7.95%
G = 43.71%
B = 48.34%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C4249 (or 0x0C4249) is known color: Cyprus. HEX triplet: 0C, 42 and 49. RGB value is (12,66,73). Sum of RGB (Red+Green+Blue) = 12+66+73=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C4249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4249 is #F3BDB6. Grayscale: #323232. Windows color (decimal): -15973815 or 4801036. OLE color: 4801036.

HSL color Cylindrical-coordinate representation of color #0C4249: hue angle of 186.89º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4249 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 66 73 -
CMYK 0.84 0.10 0 0.71
HSL 186.89º 0.72% 0.17% -
HSV(B) 186.89º 0.84% 0.29% -
XYZ 3.3 4.46 6.99 -
YUV 50.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 12 66 73 0.84 0.10 0 0.71 186.89 0.72 0.17
Hex C 42 49 54 A 0 47 BB 48 11
Octal 14 102 111 124 12 0 107 273 110 21
Binary 1100 1000010 1001001 1010100 1010 0 1000111 10111011 1001000 10001

Color Harmonies of #0C4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4249

Black with #0C4249

Text Example


Text Example

White with #0C4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,73); }

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

background-color css

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

 a { background-color: rgb(12,66,73); }

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

border-color css

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

 span { border-color: rgb(12,66,73); }

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