Html Css Color HEX #01393D Cyprus

📋 copy color: '#01393D'

red 1 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #01393D

Tints of Cyprus #01393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.9%

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 0.84%
G = 47.9%
B = 51.26%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01393D (or 0x01393D) is known color: Cyprus. HEX triplet: 01, 39 and 3D. RGB value is (1,57,61). Sum of RGB (Red+Green+Blue) = 1+57+61=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #01393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01393D is #FEC6C2. Grayscale: #282828. Windows color (decimal): -16697027 or 4012289. OLE color: 4012289.

HSL color Cylindrical-coordinate representation of color #01393D: hue angle of 184º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01393D is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 57 61 -
CMYK 0.98 0.07 0 0.76
HSL 184º 0.97% 0.12% -
HSV(B) 184º 0.98% 0.24% -
XYZ 2.32 3.27 4.92 -
YUV 40.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 1 57 61 0.98 0.07 0 0.76 184 0.97 0.12
Hex 1 39 3D 62 7 0 4C B8 61 C
Octal 1 71 75 142 7 0 114 270 141 14
Binary 1 111001 111101 1100010 111 0 1001100 10111000 1100001 1100

Color Harmonies of #01393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01393D

Black with #01393D

Text Example


Text Example

White with #01393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01393D; }

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

 H1.HeaderClassName
 {
   color: #01393D;
 }
 .AnyTagClassName
 {
   color: #01393D;
 }
</style>

background-color css

<style>
 a { background-color: #01393D; }

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

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

border-color css

<style>
 span { border-color: #01393D; }

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

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