Html Css Color HEX #01483B Cyprus

📋 copy color: '#01483B'

red 1 ◦ green 72 ◦ blue 59

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

Shades of Cyprus #01483B

Tints of Cyprus #01483B

RGB

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

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

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

R = 0.76%
G = 54.55%
B = 44.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#01483B (or 0x01483B) is known color: Cyprus. HEX triplet: 01, 48 and 3B. RGB value is (1,72,59). Sum of RGB (Red+Green+Blue) = 1+72+59=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #01483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483B is #FEB7C4. Grayscale: #313131. Windows color (decimal): -16693189 or 3885057. OLE color: 3885057.

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

Color convert

RGB 1 72 59 -
CMYK 0.99 0 0.18 0.72
HSL 169.01º 0.97% 0.14% -
HSV(B) 169.01º 0.99% 0.28% -
XYZ 3.12 4.96 4.93 -
YUV 49.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 1 72 59 0.99 0 0.18 0.72 169.01 0.97 0.14
Hex 1 48 3B 63 0 12 48 A9 61 E
Octal 1 110 73 143 0 22 110 251 141 16
Binary 1 1001000 111011 1100011 0 10010 1001000 10101001 1100001 1110

Color Harmonies of #01483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01483B

Black with #01483B

Text Example


Text Example

White with #01483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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