Html Css Color HEX #0A4249 Cyprus

📋 copy color: '#0A4249'

red 10 ◦ green 66 ◦ blue 73

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

Shades of Cyprus #0A4249

Tints of Cyprus #0A4249

RGB

 RED value IS 10 (4.3% from 255) = 6.71%

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

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

R = 6.71%
G = 44.3%
B = 48.99%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A4249 (or 0x0A4249) is known color: Cyprus. HEX triplet: 0A, 42 and 49. RGB value is (10,66,73). Sum of RGB (Red+Green+Blue) = 10+66+73=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A4249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4249 is #F5BDB6. Grayscale: #313131. Windows color (decimal): -16104887 or 4801034. OLE color: 4801034.

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

Color convert

RGB 10 66 73 -
CMYK 0.86 0.10 0 0.71
HSL 186.67º 0.76% 0.16% -
HSV(B) 186.67º 0.86% 0.29% -
XYZ 3.28 4.44 6.99 -
YUV 50.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 10 66 73 0.86 0.10 0 0.71 186.67 0.76 0.16
Hex A 42 49 56 A 0 47 BB 4C 10
Octal 12 102 111 126 12 0 107 273 114 20
Binary 1010 1000010 1001001 1010110 1010 0 1000111 10111011 1001100 10000

Color Harmonies of #0A4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4249

Black with #0A4249

Text Example


Text Example

White with #0A4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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