Html Css Color HEX #025147 Cyprus

📋 copy color: '#025147'

red 2 ◦ green 81 ◦ blue 71

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

Shades of Cyprus #025147

Tints of Cyprus #025147

RGB

 RED value IS 2 (1.17% from 255) = 1.3%

 GREEN value IS 81 (32.03% from 255) = 52.6%

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

R = 1.3%
G = 52.6%
B = 46.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#025147 (or 0x025147) is known color: Cyprus. HEX triplet: 02, 51 and 47. RGB value is (2,81,71). Sum of RGB (Red+Green+Blue) = 2+81+71=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #025147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025147 is #FDAEB8. Grayscale: #383838. Windows color (decimal): -16625337 or 4673794. OLE color: 4673794.

HSL color Cylindrical-coordinate representation of color #025147: hue angle of 172.41º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025147 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 81 71 -
CMYK 0.98 0 0.12 0.68
HSL 172.41º 0.95% 0.16% -
HSV(B) 172.41º 0.98% 0.32% -
XYZ 4.1 6.35 6.97 -
YUV 56.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 2 81 71 0.98 0 0.12 0.68 172.41 0.95 0.16
Hex 2 51 47 62 0 C 44 AC 5F 10
Octal 2 121 107 142 0 14 104 254 137 20
Binary 10 1010001 1000111 1100010 0 1100 1000100 10101100 1011111 10000

Color Harmonies of #025147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025147

Black with #025147

Text Example


Text Example

White with #025147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025147; }

 p { color: rgb(2,81,71); }

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

background-color css

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

 a { background-color: rgb(2,81,71); }

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

border-color css

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

 span { border-color: rgb(2,81,71); }

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