Html Css Color HEX #01433B Cyprus

📋 copy color: '#01433B'

red 1 ◦ green 67 ◦ blue 59

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

Shades of Cyprus #01433B

Tints of Cyprus #01433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.76%

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

R = 0.79%
G = 52.76%
B = 46.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#01433B (or 0x01433B) is known color: Cyprus. HEX triplet: 01, 43 and 3B. RGB value is (1,67,59). Sum of RGB (Red+Green+Blue) = 1+67+59=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #01433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01433B is #FEBCC4. Grayscale: #2E2E2E. Windows color (decimal): -16694469 or 3883777. OLE color: 3883777.

HSL color Cylindrical-coordinate representation of color #01433B: hue angle of 172.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01433B is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 59 -
CMYK 0.99 0 0.12 0.74
HSL 172.73º 0.97% 0.13% -
HSV(B) 172.73º 0.99% 0.26% -
XYZ 2.81 4.34 4.83 -
YUV 46.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 1 67 59 0.99 0 0.12 0.74 172.73 0.97 0.13
Hex 1 43 3B 63 0 C 4A AD 61 D
Octal 1 103 73 143 0 14 112 255 141 15
Binary 1 1000011 111011 1100011 0 1100 1001010 10101101 1100001 1101

Color Harmonies of #01433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01433B

Black with #01433B

Text Example


Text Example

White with #01433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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