Html Css Color HEX #014B40 Cyprus

📋 copy color: '#014B40'

red 1 ◦ green 75 ◦ blue 64

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

Shades of Cyprus #014B40

Tints of Cyprus #014B40

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

 GREEN value IS 75 (29.69% from 255) = 53.57%

 BLUE value IS 64 (25.39% from 255) = 45.71%

R = 0.71%
G = 53.57%
B = 45.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#014B40 (or 0x014B40) is known color: Cyprus. HEX triplet: 01, 4B and 40. RGB value is (1,75,64). Sum of RGB (Red+Green+Blue) = 1+75+64=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #014B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B40 is #FEB4BF. Grayscale: #333333. Windows color (decimal): -16692416 or 4213505. OLE color: 4213505.

HSL color Cylindrical-coordinate representation of color #014B40: hue angle of 171.08º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B40 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 64 -
CMYK 0.99 0 0.15 0.71
HSL 171.08º 0.97% 0.15% -
HSV(B) 171.08º 0.99% 0.29% -
XYZ 3.45 5.41 5.71 -
YUV 51.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 1 75 64 0.99 0 0.15 0.71 171.08 0.97 0.15
Hex 1 4B 40 63 0 F 47 AB 61 F
Octal 1 113 100 143 0 17 107 253 141 17
Binary 1 1001011 1000000 1100011 0 1111 1000111 10101011 1100001 1111

Color Harmonies of #014B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B40

Black with #014B40

Text Example


Text Example

White with #014B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014B40; }

 p { color: rgb(1,75,64); }

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

background-color css

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

 a { background-color: rgb(1,75,64); }

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

border-color css

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

 span { border-color: rgb(1,75,64); }

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