Html Css Color HEX #01443B Cyprus

📋 copy color: '#01443B'

red 1 ◦ green 68 ◦ blue 59

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

Shades of Cyprus #01443B

Tints of Cyprus #01443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.13%

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

R = 0.78%
G = 53.13%
B = 46.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#01443B (or 0x01443B) is known color: Cyprus. HEX triplet: 01, 44 and 3B. RGB value is (1,68,59). Sum of RGB (Red+Green+Blue) = 1+68+59=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #01443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01443B is #FEBBC4. Grayscale: #2E2E2E. Windows color (decimal): -16694213 or 3884033. OLE color: 3884033.

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

Color convert

RGB 1 68 59 -
CMYK 0.99 0 0.13 0.73
HSL 171.94º 0.97% 0.14% -
HSV(B) 171.94º 0.99% 0.27% -
XYZ 2.87 4.46 4.85 -
YUV 46.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 1 68 59 0.99 0 0.13 0.73 171.94 0.97 0.14
Hex 1 44 3B 63 0 D 49 AC 61 E
Octal 1 104 73 143 0 15 111 254 141 16
Binary 1 1000100 111011 1100011 0 1101 1001001 10101100 1100001 1110

Color Harmonies of #01443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01443B

Black with #01443B

Text Example


Text Example

White with #01443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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