Html Css Color HEX #01333B Cyprus

📋 copy color: '#01333B'

red 1 ◦ green 51 ◦ blue 59

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

Shades of Cyprus #01333B

Tints of Cyprus #01333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 53.15%

R = 0.9%
G = 45.95%
B = 53.15%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01333B (or 0x01333B) is known color: Cyprus. HEX triplet: 01, 33 and 3B. RGB value is (1,51,59). Sum of RGB (Red+Green+Blue) = 1+51+59=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #01333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01333B is #FECCC4. Grayscale: #242424. Windows color (decimal): -16698565 or 3879681. OLE color: 3879681.

HSL color Cylindrical-coordinate representation of color #01333B: hue angle of 188.28º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01333B is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 51 59 -
CMYK 0.98 0.14 0 0.77
HSL 188.28º 0.97% 0.12% -
HSV(B) 188.28º 0.98% 0.23% -
XYZ 1.99 2.69 4.55 -
YUV 36.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 1 51 59 0.98 0.14 0 0.77 188.28 0.97 0.12
Hex 1 33 3B 62 E 0 4D BC 61 C
Octal 1 63 73 142 16 0 115 274 141 14
Binary 1 110011 111011 1100010 1110 0 1001101 10111100 1100001 1100

Color Harmonies of #01333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01333B

Black with #01333B

Text Example


Text Example

White with #01333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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