Html Css Color HEX #01483E Cyprus

📋 copy color: '#01483E'

red 1 ◦ green 72 ◦ blue 62

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

Shades of Cyprus #01483E

Tints of Cyprus #01483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 0.74%
G = 53.33%
B = 45.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#01483E (or 0x01483E) is known color: Cyprus. HEX triplet: 01, 48 and 3E. RGB value is (1,72,62). Sum of RGB (Red+Green+Blue) = 1+72+62=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #01483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483E is #FEB7C1. Grayscale: #313131. Windows color (decimal): -16693186 or 4081665. OLE color: 4081665.

HSL color Cylindrical-coordinate representation of color #01483E: hue angle of 171.55º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01483E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 62 -
CMYK 0.99 0 0.14 0.72
HSL 171.55º 0.97% 0.14% -
HSV(B) 171.55º 0.99% 0.28% -
XYZ 3.2 4.99 5.35 -
YUV 49.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 1 72 62 0.99 0 0.14 0.72 171.55 0.97 0.14
Hex 1 48 3E 63 0 E 48 AC 61 E
Octal 1 110 76 143 0 16 110 254 141 16
Binary 1 1001000 111110 1100011 0 1110 1001000 10101100 1100001 1110

Color Harmonies of #01483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01483E

Black with #01483E

Text Example


Text Example

White with #01483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01483E; }

 p { color: rgb(1,72,62); }

 H1.HeaderClassName
 {
   color: #01483E;
 }
 .AnyTagClassName
 {
   color: #01483E;
 }
</style>

background-color css

<style>
 a { background-color: #01483E; }

 a { background-color: rgb(1,72,62); }

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

border-color css

<style>
 span { border-color: #01483E; }

 span { border-color: rgb(1,72,62); }

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