Html Css Color HEX #0A484A Cyprus

📋 copy color: '#0A484A'

red 10 ◦ green 72 ◦ blue 74

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

Shades of Cyprus #0A484A

Tints of Cyprus #0A484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 6.41%
G = 46.15%
B = 47.44%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A484A (or 0x0A484A) is known color: Cyprus. HEX triplet: 0A, 48 and 4A. RGB value is (10,72,74). Sum of RGB (Red+Green+Blue) = 10+72+74=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A484A is #F5B7B5. Grayscale: #353535. Windows color (decimal): -16103350 or 4868106. OLE color: 4868106.

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

Color convert

RGB 10 72 74 -
CMYK 0.86 0.03 0 0.71
HSL 181.88º 0.76% 0.16% -
HSV(B) 181.88º 0.86% 0.29% -
XYZ 3.68 5.19 7.29 -
YUV 53.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 10 72 74 0.86 0.03 0 0.71 181.88 0.76 0.16
Hex A 48 4A 56 3 0 47 B6 4C 10
Octal 12 110 112 126 3 0 107 266 114 20
Binary 1010 1001000 1001010 1010110 11 0 1000111 10110110 1001100 10000

Color Harmonies of #0A484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A484A

Black with #0A484A

Text Example


Text Example

White with #0A484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,74); }

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

background-color css

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

 a { background-color: rgb(10,72,74); }

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

border-color css

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

 span { border-color: rgb(10,72,74); }

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