Html Css Color HEX #013833 Cyprus

📋 copy color: '#013833'

red 1 ◦ green 56 ◦ blue 51

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

Shades of Cyprus #013833

Tints of Cyprus #013833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

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

R = 0.93%
G = 51.85%
B = 47.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#013833 (or 0x013833) is known color: Cyprus. HEX triplet: 01, 38 and 33. RGB value is (1,56,51). Sum of RGB (Red+Green+Blue) = 1+56+51=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #013833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013833 is #FEC7CC. Grayscale: #262626. Windows color (decimal): -16697293 or 3356673. OLE color: 3356673.

HSL color Cylindrical-coordinate representation of color #013833: hue angle of 174.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013833 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 51 -
CMYK 0.98 0 0.09 0.78
HSL 174.55º 0.96% 0.11% -
HSV(B) 174.55º 0.98% 0.22% -
XYZ 2.02 3.07 3.62 -
YUV 38.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 1 56 51 0.98 0 0.09 0.78 174.55 0.96 0.11
Hex 1 38 33 62 0 9 4E AF 60 B
Octal 1 70 63 142 0 11 116 257 140 13
Binary 1 111000 110011 1100010 0 1001 1001110 10101111 1100000 1011

Color Harmonies of #013833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013833

Black with #013833

Text Example


Text Example

White with #013833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013833; }

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

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

background-color css

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

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

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

border-color css

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

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

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