Html Css Color HEX #0A4349 Cyprus

📋 copy color: '#0A4349'

red 10 ◦ green 67 ◦ blue 73

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

Shades of Cyprus #0A4349

Tints of Cyprus #0A4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

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

R = 6.67%
G = 44.67%
B = 48.67%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A4349 (or 0x0A4349) is known color: Cyprus. HEX triplet: 0A, 43 and 49. RGB value is (10,67,73). Sum of RGB (Red+Green+Blue) = 10+67+73=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A4349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4349 is #F5BCB6. Grayscale: #323232. Windows color (decimal): -16104631 or 4801290. OLE color: 4801290.

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

Color convert

RGB 10 67 73 -
CMYK 0.86 0.08 0 0.71
HSL 185.71º 0.76% 0.16% -
HSV(B) 185.71º 0.86% 0.29% -
XYZ 3.33 4.56 7.01 -
YUV 50.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 10 67 73 0.86 0.08 0 0.71 185.71 0.76 0.16
Hex A 43 49 56 8 0 47 BA 4C 10
Octal 12 103 111 126 10 0 107 272 114 20
Binary 1010 1000011 1001001 1010110 1000 0 1000111 10111010 1001100 10000

Color Harmonies of #0A4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4349

Black with #0A4349

Text Example


Text Example

White with #0A4349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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