Html Css Color HEX #013A35 Cyprus

📋 copy color: '#013A35'

red 1 ◦ green 58 ◦ blue 53

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

Shades of Cyprus #013A35

Tints of Cyprus #013A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 51.79%

 BLUE value IS 53 (21.09% from 255) = 47.32%

R = 0.89%
G = 51.79%
B = 47.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#013A35 (or 0x013A35) is known color: Cyprus. HEX triplet: 01, 3A and 35. RGB value is (1,58,53). Sum of RGB (Red+Green+Blue) = 1+58+53=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #013A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A35 is #FEC5CA. Grayscale: #282828. Windows color (decimal): -16696779 or 3488257. OLE color: 3488257.

HSL color Cylindrical-coordinate representation of color #013A35: hue angle of 174.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A35 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 53 -
CMYK 0.98 0 0.09 0.77
HSL 174.74º 0.97% 0.12% -
HSV(B) 174.74º 0.98% 0.23% -
XYZ 2.17 3.29 3.89 -
YUV 40.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 1 58 53 0.98 0 0.09 0.77 174.74 0.97 0.12
Hex 1 3A 35 62 0 9 4D AF 61 C
Octal 1 72 65 142 0 11 115 257 141 14
Binary 1 111010 110101 1100010 0 1001 1001101 10101111 1100001 1100

Color Harmonies of #013A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A35

Black with #013A35

Text Example


Text Example

White with #013A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A35; }

 p { color: rgb(1,58,53); }

 H1.HeaderClassName
 {
   color: #013A35;
 }
 .AnyTagClassName
 {
   color: #013A35;
 }
</style>

background-color css

<style>
 a { background-color: #013A35; }

 a { background-color: rgb(1,58,53); }

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

border-color css

<style>
 span { border-color: #013A35; }

 span { border-color: rgb(1,58,53); }

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