Html Css Color HEX #013B3F Cyprus

📋 copy color: '#013B3F'

red 1 ◦ green 59 ◦ blue 63

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

Shades of Cyprus #013B3F

Tints of Cyprus #013B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.97%

 BLUE value IS 63 (25% from 255) = 51.22%

R = 0.81%
G = 47.97%
B = 51.22%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013B3F (or 0x013B3F) is known color: Cyprus. HEX triplet: 01, 3B and 3F. RGB value is (1,59,63). Sum of RGB (Red+Green+Blue) = 1+59+63=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #013B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B3F is #FEC4C0. Grayscale: #2A2A2A. Windows color (decimal): -16696513 or 4143873. OLE color: 4143873.

HSL color Cylindrical-coordinate representation of color #013B3F: hue angle of 183.87º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B3F is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 59 63 -
CMYK 0.98 0.06 0 0.75
HSL 183.87º 0.97% 0.13% -
HSV(B) 183.87º 0.98% 0.25% -
XYZ 2.47 3.49 5.25 -
YUV 42.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 1 59 63 0.98 0.06 0 0.75 183.87 0.97 0.13
Hex 1 3B 3F 62 6 0 4B B8 61 D
Octal 1 73 77 142 6 0 113 270 141 15
Binary 1 111011 111111 1100010 110 0 1001011 10111000 1100001 1101

Color Harmonies of #013B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B3F

Black with #013B3F

Text Example


Text Example

White with #013B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,63); }

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

background-color css

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

 a { background-color: rgb(1,59,63); }

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

border-color css

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

 span { border-color: rgb(1,59,63); }

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