Html Css Color HEX #013A34 Cyprus

📋 copy color: '#013A34'

red 1 ◦ green 58 ◦ blue 52

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

Shades of Cyprus #013A34

Tints of Cyprus #013A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 0.9%
G = 52.25%
B = 46.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#013A34 (or 0x013A34) is known color: Cyprus. HEX triplet: 01, 3A and 34. RGB value is (1,58,52). Sum of RGB (Red+Green+Blue) = 1+58+52=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #013A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A34 is #FEC5CB. Grayscale: #282828. Windows color (decimal): -16696780 or 3422721. OLE color: 3422721.

HSL color Cylindrical-coordinate representation of color #013A34: hue angle of 173.68º 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 #013A34 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 52 -
CMYK 0.98 0 0.10 0.77
HSL 173.68º 0.97% 0.12% -
HSV(B) 173.68º 0.98% 0.23% -
XYZ 2.15 3.28 3.77 -
YUV 40.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 1 58 52 0.98 0 0.10 0.77 173.68 0.97 0.12
Hex 1 3A 34 62 0 A 4D AE 61 C
Octal 1 72 64 142 0 12 115 256 141 14
Binary 1 111010 110100 1100010 0 1010 1001101 10101110 1100001 1100

Color Harmonies of #013A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A34

Black with #013A34

Text Example


Text Example

White with #013A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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