Html Css Color HEX #013339 Cyprus

📋 copy color: '#013339'

red 1 ◦ green 51 ◦ blue 57

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

Shades of Cyprus #013339

Tints of Cyprus #013339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 0.92%
G = 46.79%
B = 52.29%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013339 (or 0x013339) is known color: Cyprus. HEX triplet: 01, 33 and 39. RGB value is (1,51,57). Sum of RGB (Red+Green+Blue) = 1+51+57=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #013339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013339 is #FECCC6. Grayscale: #242424. Windows color (decimal): -16698567 or 3748609. OLE color: 3748609.

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

Color convert

RGB 1 51 57 -
CMYK 0.98 0.11 0 0.78
HSL 186.43º 0.97% 0.11% -
HSV(B) 186.43º 0.98% 0.22% -
XYZ 1.93 2.67 4.28 -
YUV 36.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 1 51 57 0.98 0.11 0 0.78 186.43 0.97 0.11
Hex 1 33 39 62 B 0 4E BA 61 B
Octal 1 63 71 142 13 0 116 272 141 13
Binary 1 110011 111001 1100010 1011 0 1001110 10111010 1100001 1011

Color Harmonies of #013339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013339

Black with #013339

Text Example


Text Example

White with #013339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013339; }

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

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

background-color css

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

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

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

border-color css

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

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

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