Html Css Color HEX #0A3C47 Cyprus

📋 copy color: '#0A3C47'

red 10 ◦ green 60 ◦ blue 71

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

Shades of Cyprus #0A3C47

Tints of Cyprus #0A3C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.55%

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

R = 7.09%
G = 42.55%
B = 50.35%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A3C47 (or 0x0A3C47) is known color: Cyprus. HEX triplet: 0A, 3C and 47. RGB value is (10,60,71). Sum of RGB (Red+Green+Blue) = 10+60+71=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A3C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3C47 is #F5C3B8. Grayscale: #2E2E2E. Windows color (decimal): -16106425 or 4668426. OLE color: 4668426.

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

Color convert

RGB 10 60 71 -
CMYK 0.86 0.15 0 0.72
HSL 190.82º 0.75% 0.16% -
HSV(B) 190.82º 0.86% 0.28% -
XYZ 2.88 3.75 6.53 -
YUV 46.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 10 60 71 0.86 0.15 0 0.72 190.82 0.75 0.16
Hex A 3C 47 56 F 0 48 BF 4B 10
Octal 12 74 107 126 17 0 110 277 113 20
Binary 1010 111100 1000111 1010110 1111 0 1001000 10111111 1001011 10000

Color Harmonies of #0A3C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C47

Black with #0A3C47

Text Example


Text Example

White with #0A3C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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