Html Css Color HEX #01443C Cyprus

📋 copy color: '#01443C'

red 1 ◦ green 68 ◦ blue 60

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

Shades of Cyprus #01443C

Tints of Cyprus #01443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 0.78%
G = 52.71%
B = 46.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#01443C (or 0x01443C) is known color: Cyprus. HEX triplet: 01, 44 and 3C. RGB value is (1,68,60). Sum of RGB (Red+Green+Blue) = 1+68+60=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #01443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01443C is #FEBBC3. Grayscale: #2F2F2F. Windows color (decimal): -16694212 or 3949569. OLE color: 3949569.

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

Color convert

RGB 1 68 60 -
CMYK 0.99 0 0.12 0.73
HSL 172.84º 0.97% 0.14% -
HSV(B) 172.84º 0.99% 0.27% -
XYZ 2.9 4.47 4.98 -
YUV 47.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 1 68 60 0.99 0 0.12 0.73 172.84 0.97 0.14
Hex 1 44 3C 63 0 C 49 AD 61 E
Octal 1 104 74 143 0 14 111 255 141 16
Binary 1 1000100 111100 1100011 0 1100 1001001 10101101 1100001 1110

Color Harmonies of #01443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01443C

Black with #01443C

Text Example


Text Example

White with #01443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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