Html Css Color HEX #01403C Cyprus

📋 copy color: '#01403C'

red 1 ◦ green 64 ◦ blue 60

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

Shades of Cyprus #01403C

Tints of Cyprus #01403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 0.8%
G = 51.2%
B = 48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#01403C (or 0x01403C) is known color: Cyprus. HEX triplet: 01, 40 and 3C. RGB value is (1,64,60). Sum of RGB (Red+Green+Blue) = 1+64+60=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #01403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01403C is #FEBFC3. Grayscale: #2C2C2C. Windows color (decimal): -16695236 or 3948545. OLE color: 3948545.

HSL color Cylindrical-coordinate representation of color #01403C: hue angle of 176.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01403C is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 60 -
CMYK 0.98 0 0.06 0.75
HSL 176.19º 0.97% 0.13% -
HSV(B) 176.19º 0.98% 0.25% -
XYZ 2.66 4 4.91 -
YUV 44.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 1 64 60 0.98 0 0.06 0.75 176.19 0.97 0.13
Hex 1 40 3C 62 0 6 4B B0 61 D
Octal 1 100 74 142 0 6 113 260 141 15
Binary 1 1000000 111100 1100010 0 110 1001011 10110000 1100001 1101

Color Harmonies of #01403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01403C

Black with #01403C

Text Example


Text Example

White with #01403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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