Html Css Color HEX #01463B Cyprus

📋 copy color: '#01463B'

red 1 ◦ green 70 ◦ blue 59

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

Shades of Cyprus #01463B

Tints of Cyprus #01463B

RGB

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

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

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

R = 0.77%
G = 53.85%
B = 45.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#01463B (or 0x01463B) is known color: Cyprus. HEX triplet: 01, 46 and 3B. RGB value is (1,70,59). Sum of RGB (Red+Green+Blue) = 1+70+59=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #01463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01463B is #FEB9C4. Grayscale: #303030. Windows color (decimal): -16693701 or 3884545. OLE color: 3884545.

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

Color convert

RGB 1 70 59 -
CMYK 0.99 0 0.16 0.73
HSL 170.43º 0.97% 0.14% -
HSV(B) 170.43º 0.99% 0.27% -
XYZ 2.99 4.7 4.89 -
YUV 48.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 1 70 59 0.99 0 0.16 0.73 170.43 0.97 0.14
Hex 1 46 3B 63 0 10 49 AA 61 E
Octal 1 106 73 143 0 20 111 252 141 16
Binary 1 1000110 111011 1100011 0 10000 1001001 10101010 1100001 1110

Color Harmonies of #01463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01463B

Black with #01463B

Text Example


Text Example

White with #01463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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