Html Css Color HEX #013233 Cyprus

📋 copy color: '#013233'

red 1 ◦ green 50 ◦ blue 51

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

Shades of Cyprus #013233

Tints of Cyprus #013233

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

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

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

Color convert

RGB 1 50 51 -
CMYK 0.98 0.02 0 0.8
HSL 181.2º 0.96% 0.1% -
HSV(B) 181.2º 0.98% 0.2% -
XYZ 1.75 2.53 3.53 -
YUV 35.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 1 50 51 0.98 0.02 0 0.8 181.2 0.96 0.1
Hex 1 32 33 62 2 0 50 B5 60 A
Octal 1 62 63 142 2 0 120 265 140 12
Binary 1 110010 110011 1100010 10 0 1010000 10110101 1100000 1010

Color Harmonies of #013233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013233

Black with #013233

Text Example


Text Example

White with #013233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013233; }

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

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

background-color css

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

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

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

border-color css

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

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

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