Html Css Color HEX #013337 Cyprus

📋 copy color: '#013337'

red 1 ◦ green 51 ◦ blue 55

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

Shades of Cyprus #013337

Tints of Cyprus #013337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.66%

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

R = 0.93%
G = 47.66%
B = 51.4%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013337 (or 0x013337) is known color: Cyprus. HEX triplet: 01, 33 and 37. RGB value is (1,51,55). Sum of RGB (Red+Green+Blue) = 1+51+55=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #013337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013337 is #FECCC8. Grayscale: #242424. Windows color (decimal): -16698569 or 3617537. OLE color: 3617537.

HSL color Cylindrical-coordinate representation of color #013337: hue angle of 184.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013337 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 51 55 -
CMYK 0.98 0.07 0 0.78
HSL 184.44º 0.96% 0.11% -
HSV(B) 184.44º 0.98% 0.22% -
XYZ 1.89 2.65 4.03 -
YUV 36.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 1 51 55 0.98 0.07 0 0.78 184.44 0.96 0.11
Hex 1 33 37 62 7 0 4E B8 60 B
Octal 1 63 67 142 7 0 116 270 140 13
Binary 1 110011 110111 1100010 111 0 1001110 10111000 1100000 1011

Color Harmonies of #013337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013337

Black with #013337

Text Example


Text Example

White with #013337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013337; }

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

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

background-color css

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

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

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

border-color css

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

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

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