Html Css Color HEX #013334 Cyprus

📋 copy color: '#013334'

red 1 ◦ green 51 ◦ blue 52

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

Shades of Cyprus #013334

Tints of Cyprus #013334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50%

R = 0.96%
G = 49.04%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#013334 (or 0x013334) is known color: Cyprus. HEX triplet: 01, 33 and 34. RGB value is (1,51,52). Sum of RGB (Red+Green+Blue) = 1+51+52=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #013334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013334 is #FECCCB. Grayscale: #242424. Windows color (decimal): -16698572 or 3420929. OLE color: 3420929.

HSL color Cylindrical-coordinate representation of color #013334: hue angle of 181.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013334 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 51 52 -
CMYK 0.98 0.02 0 0.80
HSL 181.18º 0.96% 0.1% -
HSV(B) 181.18º 0.98% 0.2% -
XYZ 1.82 2.62 3.66 -
YUV 36.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 1 51 52 0.98 0.02 0 0.80 181.18 0.96 0.1
Hex 1 33 34 62 2 0 50 B5 60 A
Octal 1 63 64 142 2 0 120 265 140 12
Binary 1 110011 110100 1100010 10 0 1010000 10110101 1100000 1010

Color Harmonies of #013334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013334

Black with #013334

Text Example


Text Example

White with #013334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013334; }

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

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

background-color css

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

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

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

border-color css

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

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

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