Html Css Color HEX #014337 Cyprus

📋 copy color: '#014337'

red 1 ◦ green 67 ◦ blue 55

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

Shades of Cyprus #014337

Tints of Cyprus #014337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 0.81%
G = 54.47%
B = 44.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#014337 (or 0x014337) is known color: Cyprus. HEX triplet: 01, 43 and 37. RGB value is (1,67,55). Sum of RGB (Red+Green+Blue) = 1+67+55=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #014337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014337 is #FEBCC8. Grayscale: #2D2D2D. Windows color (decimal): -16694473 or 3621633. OLE color: 3621633.

HSL color Cylindrical-coordinate representation of color #014337: hue angle of 169.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014337 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 55 -
CMYK 0.99 0 0.18 0.74
HSL 169.09º 0.97% 0.13% -
HSV(B) 169.09º 0.99% 0.26% -
XYZ 2.71 4.3 4.3 -
YUV 45.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 1 67 55 0.99 0 0.18 0.74 169.09 0.97 0.13
Hex 1 43 37 63 0 12 4A A9 61 D
Octal 1 103 67 143 0 22 112 251 141 15
Binary 1 1000011 110111 1100011 0 10010 1001010 10101001 1100001 1101

Color Harmonies of #014337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014337

Black with #014337

Text Example


Text Example

White with #014337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014337; }

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

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

background-color css

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

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

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

border-color css

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

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

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