Html Css Color HEX #013A39 Cyprus

📋 copy color: '#013A39'

red 1 ◦ green 58 ◦ blue 57

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

Shades of Cyprus #013A39

Tints of Cyprus #013A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 0.86%
G = 50%
B = 49.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#013A39 (or 0x013A39) is known color: Cyprus. HEX triplet: 01, 3A and 39. RGB value is (1,58,57). Sum of RGB (Red+Green+Blue) = 1+58+57=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #013A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A39 is #FEC5C6. Grayscale: #282828. Windows color (decimal): -16696775 or 3750401. OLE color: 3750401.

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

Color convert

RGB 1 58 57 -
CMYK 0.98 0 0.02 0.77
HSL 178.95º 0.97% 0.12% -
HSV(B) 178.95º 0.98% 0.23% -
XYZ 2.26 3.33 4.39 -
YUV 40.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 1 58 57 0.98 0 0.02 0.77 178.95 0.97 0.12
Hex 1 3A 39 62 0 2 4D B3 61 C
Octal 1 72 71 142 0 2 115 263 141 14
Binary 1 111010 111001 1100010 0 10 1001101 10110011 1100001 1100

Color Harmonies of #013A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A39

Black with #013A39

Text Example


Text Example

White with #013A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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