Html Css Color HEX #013332 Cyprus

📋 copy color: '#013332'

red 1 ◦ green 51 ◦ blue 50

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

Shades of Cyprus #013332

Tints of Cyprus #013332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 49.02%

R = 0.98%
G = 50%
B = 49.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#013332 (or 0x013332) is known color: Cyprus. HEX triplet: 01, 33 and 32. RGB value is (1,51,50). Sum of RGB (Red+Green+Blue) = 1+51+50=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #013332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013332 is #FECCCD. Grayscale: #232323. Windows color (decimal): -16698574 or 3289857. OLE color: 3289857.

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

Color convert

RGB 1 51 50 -
CMYK 0.98 0 0.02 0.8
HSL 178.8º 0.96% 0.1% -
HSV(B) 178.8º 0.98% 0.2% -
XYZ 1.77 2.6 3.43 -
YUV 35.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 1 51 50 0.98 0 0.02 0.8 178.8 0.96 0.1
Hex 1 33 32 62 0 2 50 B3 60 A
Octal 1 63 62 142 0 2 120 263 140 12
Binary 1 110011 110010 1100010 0 10 1010000 10110011 1100000 1010

Color Harmonies of #013332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013332

Black with #013332

Text Example


Text Example

White with #013332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013332; }

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

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

background-color css

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

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

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

border-color css

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

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

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