Html Css Color HEX #01483C Cyprus

📋 copy color: '#01483C'

red 1 ◦ green 72 ◦ blue 60

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

Shades of Cyprus #01483C

Tints of Cyprus #01483C

RGB

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

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

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

R = 0.75%
G = 54.14%
B = 45.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#01483C (or 0x01483C) is known color: Cyprus. HEX triplet: 01, 48 and 3C. RGB value is (1,72,60). Sum of RGB (Red+Green+Blue) = 1+72+60=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #01483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483C is #FEB7C3. Grayscale: #313131. Windows color (decimal): -16693188 or 3950593. OLE color: 3950593.

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

Color convert

RGB 1 72 60 -
CMYK 0.99 0 0.17 0.72
HSL 169.86º 0.97% 0.14% -
HSV(B) 169.86º 0.99% 0.28% -
XYZ 3.15 4.97 5.07 -
YUV 49.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 1 72 60 0.99 0 0.17 0.72 169.86 0.97 0.14
Hex 1 48 3C 63 0 11 48 AA 61 E
Octal 1 110 74 143 0 21 110 252 141 16
Binary 1 1001000 111100 1100011 0 10001 1001000 10101010 1100001 1110

Color Harmonies of #01483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01483C

Black with #01483C

Text Example


Text Example

White with #01483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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