Html Css Color HEX #013336 Cyprus

📋 copy color: '#013336'

red 1 ◦ green 51 ◦ blue 54

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

Shades of Cyprus #013336

Tints of Cyprus #013336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50.94%

R = 0.94%
G = 48.11%
B = 50.94%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#013336 (or 0x013336) is known color: Cyprus. HEX triplet: 01, 33 and 36. RGB value is (1,51,54). Sum of RGB (Red+Green+Blue) = 1+51+54=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #013336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013336 is #FECCC9. Grayscale: #242424. Windows color (decimal): -16698570 or 3552001. OLE color: 3552001.

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

Color convert

RGB 1 51 54 -
CMYK 0.98 0.06 0 0.79
HSL 183.4º 0.96% 0.11% -
HSV(B) 183.4º 0.98% 0.21% -
XYZ 1.86 2.64 3.9 -
YUV 36.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 1 51 54 0.98 0.06 0 0.79 183.4 0.96 0.11
Hex 1 33 36 62 6 0 4F B7 60 B
Octal 1 63 66 142 6 0 117 267 140 13
Binary 1 110011 110110 1100010 110 0 1001111 10110111 1100000 1011

Color Harmonies of #013336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013336

Black with #013336

Text Example


Text Example

White with #013336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013336; }

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

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

background-color css

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

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

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

border-color css

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

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

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