#014B43

Color #014B43 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #014B43

Tints of Cyprus #014B43

Color information

#014B43 (or 0x014B43) is unknown color: approx Cyprus. HEX triplet: 01, 4B and 43. RGB value is (1,75,67). Sum of RGB (Red+Green+Blue) = 1+75+67=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #014B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B43 is #FEB4BC. Grayscale: #333333. Windows color (decimal): -16692413 or 4410113. OLE color: 4410113.

HSL color Cylindrical-coordinate representation of color #014B43: hue angle of 173.51º 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 #014B43 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB17567-
CMYK0.9900.110.71
HSL173.51º97.37%14.9%-
HSV(B)173.51º98.67%29.41%-
XYZ3.545.446.17-
YUV51.96136.4891.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 67 (26.56% from 255) = 46.85%
R=0.70%
G=52.45%
B=46.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175670.9900.110.71173.5197.3714.9
Hex14B43630B47ae61f
Octal111310314301310725614117
Binary11001011100001111000110101110001111010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #014B43;
 }
 .AnyTagClassName
 {
   color: #014B43;
 }
</style>
background-color css

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

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

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

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

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

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