Html Css Color HEX #01453C Cyprus

📋 copy color: '#01453C'

red 1 ◦ green 69 ◦ blue 60

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

Shades of Cyprus #01453C

Tints of Cyprus #01453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 0.77%
G = 53.08%
B = 46.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#01453C (or 0x01453C) is known color: Cyprus. HEX triplet: 01, 45 and 3C. RGB value is (1,69,60). Sum of RGB (Red+Green+Blue) = 1+69+60=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #01453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01453C is #FEBAC3. Grayscale: #2F2F2F. Windows color (decimal): -16693956 or 3949825. OLE color: 3949825.

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

Color convert

RGB 1 69 60 -
CMYK 0.99 0 0.13 0.73
HSL 172.06º 0.97% 0.14% -
HSV(B) 172.06º 0.99% 0.27% -
XYZ 2.96 4.59 5 -
YUV 47.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 1 69 60 0.99 0 0.13 0.73 172.06 0.97 0.14
Hex 1 45 3C 63 0 D 49 AC 61 E
Octal 1 105 74 143 0 15 111 254 141 16
Binary 1 1000101 111100 1100011 0 1101 1001001 10101100 1100001 1110

Color Harmonies of #01453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01453C

Black with #01453C

Text Example


Text Example

White with #01453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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