Html Css Color HEX #013433 Cyprus

📋 copy color: '#013433'

red 1 ◦ green 52 ◦ blue 51

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

Shades of Cyprus #013433

Tints of Cyprus #013433

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

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

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

Color convert

RGB 1 52 51 -
CMYK 0.98 0 0.02 0.80
HSL 178.82º 0.96% 0.1% -
HSV(B) 178.82º 0.98% 0.2% -
XYZ 1.84 2.7 3.56 -
YUV 36.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 1 52 51 0.98 0 0.02 0.80 178.82 0.96 0.1
Hex 1 34 33 62 0 2 50 B3 60 A
Octal 1 64 63 142 0 2 120 263 140 12
Binary 1 110100 110011 1100010 0 10 1010000 10110011 1100000 1010

Color Harmonies of #013433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013433

Black with #013433

Text Example


Text Example

White with #013433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013433; }

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

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

background-color css

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

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

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

border-color css

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

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

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