Html Css Color HEX #0C4449 Cyprus

📋 copy color: '#0C4449'

red 12 ◦ green 68 ◦ blue 73

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

Shades of Cyprus #0C4449

Tints of Cyprus #0C4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.44%

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

R = 7.84%
G = 44.44%
B = 47.71%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C4449 (or 0x0C4449) is known color: Cyprus. HEX triplet: 0C, 44 and 49. RGB value is (12,68,73). Sum of RGB (Red+Green+Blue) = 12+68+73=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C4449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4449 is #F3BBB6. Grayscale: #333333. Windows color (decimal): -15973303 or 4801548. OLE color: 4801548.

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

Color convert

RGB 12 68 73 -
CMYK 0.84 0.07 0 0.71
HSL 184.92º 0.72% 0.17% -
HSV(B) 184.92º 0.84% 0.29% -
XYZ 3.42 4.69 7.03 -
YUV 51.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 12 68 73 0.84 0.07 0 0.71 184.92 0.72 0.17
Hex C 44 49 54 7 0 47 B9 48 11
Octal 14 104 111 124 7 0 107 271 110 21
Binary 1100 1000100 1001001 1010100 111 0 1000111 10111001 1001000 10001

Color Harmonies of #0C4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4449

Black with #0C4449

Text Example


Text Example

White with #0C4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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