Html Css Color HEX #0A4447 Cyprus

📋 copy color: '#0A4447'

red 10 ◦ green 68 ◦ blue 71

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

Shades of Cyprus #0A4447

Tints of Cyprus #0A4447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 6.71%
G = 45.64%
B = 47.65%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A4447 (or 0x0A4447) is known color: Cyprus. HEX triplet: 0A, 44 and 47. RGB value is (10,68,71). Sum of RGB (Red+Green+Blue) = 10+68+71=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A4447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4447 is #F5BBB8. Grayscale: #323232. Windows color (decimal): -16104377 or 4670474. OLE color: 4670474.

HSL color Cylindrical-coordinate representation of color #0A4447: hue angle of 182.95º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4447 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 68 71 -
CMYK 0.86 0.04 0 0.72
HSL 182.95º 0.75% 0.16% -
HSV(B) 182.95º 0.86% 0.28% -
XYZ 3.33 4.65 6.68 -
YUV 51 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 10 68 71 0.86 0.04 0 0.72 182.95 0.75 0.16
Hex A 44 47 56 4 0 48 B7 4B 10
Octal 12 104 107 126 4 0 110 267 113 20
Binary 1010 1000100 1000111 1010110 100 0 1001000 10110111 1001011 10000

Color Harmonies of #0A4447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4447

Black with #0A4447

Text Example


Text Example

White with #0A4447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,71); }

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

background-color css

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

 a { background-color: rgb(10,68,71); }

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

border-color css

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

 span { border-color: rgb(10,68,71); }

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