Html Css Color HEX #013B33 Cyprus

📋 copy color: '#013B33'

red 1 ◦ green 59 ◦ blue 51

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

Shades of Cyprus #013B33

Tints of Cyprus #013B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.15%

 BLUE value IS 51 (20.31% from 255) = 45.95%

R = 0.9%
G = 53.15%
B = 45.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#013B33 (or 0x013B33) is known color: Cyprus. HEX triplet: 01, 3B and 33. RGB value is (1,59,51). Sum of RGB (Red+Green+Blue) = 1+59+51=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #013B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B33 is #FEC4CC. Grayscale: #282828. Windows color (decimal): -16696525 or 3357441. OLE color: 3357441.

HSL color Cylindrical-coordinate representation of color #013B33: hue angle of 171.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B33 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 51 -
CMYK 0.98 0 0.14 0.77
HSL 171.72º 0.97% 0.12% -
HSV(B) 171.72º 0.98% 0.23% -
XYZ 2.17 3.37 3.67 -
YUV 40.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 1 59 51 0.98 0 0.14 0.77 171.72 0.97 0.12
Hex 1 3B 33 62 0 E 4D AC 61 C
Octal 1 73 63 142 0 16 115 254 141 14
Binary 1 111011 110011 1100010 0 1110 1001101 10101100 1100001 1100

Color Harmonies of #013B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B33

Black with #013B33

Text Example


Text Example

White with #013B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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