Html Css Color HEX #013338 Cyprus

📋 copy color: '#013338'

red 1 ◦ green 51 ◦ blue 56

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

Shades of Cyprus #013338

Tints of Cyprus #013338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 0.93%
G = 47.22%
B = 51.85%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013338 (or 0x013338) is known color: Cyprus. HEX triplet: 01, 33 and 38. RGB value is (1,51,56). Sum of RGB (Red+Green+Blue) = 1+51+56=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #013338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013338 is #FECCC7. Grayscale: #242424. Windows color (decimal): -16698568 or 3683073. OLE color: 3683073.

HSL color Cylindrical-coordinate representation of color #013338: hue angle of 185.45º 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 #013338 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 51 56 -
CMYK 0.98 0.09 0 0.78
HSL 185.45º 0.96% 0.11% -
HSV(B) 185.45º 0.98% 0.22% -
XYZ 1.91 2.66 4.15 -
YUV 36.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 1 51 56 0.98 0.09 0 0.78 185.45 0.96 0.11
Hex 1 33 38 62 9 0 4E B9 60 B
Octal 1 63 70 142 11 0 116 271 140 13
Binary 1 110011 111000 1100010 1001 0 1001110 10111001 1100000 1011

Color Harmonies of #013338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013338

Black with #013338

Text Example


Text Example

White with #013338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013338; }

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

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

background-color css

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

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

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

border-color css

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

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

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