Html Css Color HEX #013335 Cyprus

📋 copy color: '#013335'

red 1 ◦ green 51 ◦ blue 53

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

Shades of Cyprus #013335

Tints of Cyprus #013335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 50.48%

R = 0.95%
G = 48.57%
B = 50.48%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#013335 (or 0x013335) is known color: Cyprus. HEX triplet: 01, 33 and 35. RGB value is (1,51,53). Sum of RGB (Red+Green+Blue) = 1+51+53=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #013335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013335 is #FECCCA. Grayscale: #242424. Windows color (decimal): -16698571 or 3486465. OLE color: 3486465.

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

Color convert

RGB 1 51 53 -
CMYK 0.98 0.04 0 0.79
HSL 182.31º 0.96% 0.11% -
HSV(B) 182.31º 0.98% 0.21% -
XYZ 1.84 2.63 3.78 -
YUV 36.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 1 51 53 0.98 0.04 0 0.79 182.31 0.96 0.11
Hex 1 33 35 62 4 0 4F B6 60 B
Octal 1 63 65 142 4 0 117 266 140 13
Binary 1 110011 110101 1100010 100 0 1001111 10110110 1100000 1011

Color Harmonies of #013335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013335

Black with #013335

Text Example


Text Example

White with #013335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013335; }

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

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

background-color css

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

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

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

border-color css

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

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

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