Html Css Color HEX #01443A Cyprus

📋 copy color: '#01443A'

red 1 ◦ green 68 ◦ blue 58

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

Shades of Cyprus #01443A

Tints of Cyprus #01443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.67%

R = 0.79%
G = 53.54%
B = 45.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#01443A (or 0x01443A) is known color: Cyprus. HEX triplet: 01, 44 and 3A. RGB value is (1,68,58). Sum of RGB (Red+Green+Blue) = 1+68+58=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #01443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01443A is #FEBBC5. Grayscale: #2E2E2E. Windows color (decimal): -16694214 or 3818497. OLE color: 3818497.

HSL color Cylindrical-coordinate representation of color #01443A: hue angle of 171.04º 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 #01443A is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 58 -
CMYK 0.99 0 0.15 0.73
HSL 171.04º 0.97% 0.14% -
HSV(B) 171.04º 0.99% 0.27% -
XYZ 2.84 4.45 4.71 -
YUV 46.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 1 68 58 0.99 0 0.15 0.73 171.04 0.97 0.14
Hex 1 44 3A 63 0 F 49 AB 61 E
Octal 1 104 72 143 0 17 111 253 141 16
Binary 1 1000100 111010 1100011 0 1111 1001001 10101011 1100001 1110

Color Harmonies of #01443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01443A

Black with #01443A

Text Example


Text Example

White with #01443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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