Html Css Color HEX #01463C Cyprus

📋 copy color: '#01463C'

red 1 ◦ green 70 ◦ blue 60

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

Shades of Cyprus #01463C

Tints of Cyprus #01463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

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

R = 0.76%
G = 53.44%
B = 45.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#01463C (or 0x01463C) is known color: Cyprus. HEX triplet: 01, 46 and 3C. RGB value is (1,70,60). Sum of RGB (Red+Green+Blue) = 1+70+60=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #01463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01463C is #FEB9C3. Grayscale: #303030. Windows color (decimal): -16693700 or 3950081. OLE color: 3950081.

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

Color convert

RGB 1 70 60 -
CMYK 0.99 0 0.14 0.73
HSL 171.3º 0.97% 0.14% -
HSV(B) 171.3º 0.99% 0.27% -
XYZ 3.02 4.71 5.03 -
YUV 48.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 1 70 60 0.99 0 0.14 0.73 171.3 0.97 0.14
Hex 1 46 3C 63 0 E 49 AB 61 E
Octal 1 106 74 143 0 16 111 253 141 16
Binary 1 1000110 111100 1100011 0 1110 1001001 10101011 1100001 1110

Color Harmonies of #01463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01463C

Black with #01463C

Text Example


Text Example

White with #01463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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