Html Css Color HEX #01373E Cyprus

📋 copy color: '#01373E'

red 1 ◦ green 55 ◦ blue 62

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

Shades of Cyprus #01373E

Tints of Cyprus #01373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.61%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 0.85%
G = 46.61%
B = 52.54%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01373E (or 0x01373E) is known color: Cyprus. HEX triplet: 01, 37 and 3E. RGB value is (1,55,62). Sum of RGB (Red+Green+Blue) = 1+55+62=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #01373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373E is #FEC8C1. Grayscale: #272727. Windows color (decimal): -16697538 or 4077313. OLE color: 4077313.

HSL color Cylindrical-coordinate representation of color #01373E: hue angle of 186.89º 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 #01373E is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 55 62 -
CMYK 0.98 0.11 0 0.76
HSL 186.89º 0.97% 0.12% -
HSV(B) 186.89º 0.98% 0.24% -
XYZ 2.25 3.09 5.03 -
YUV 39.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 1 55 62 0.98 0.11 0 0.76 186.89 0.97 0.12
Hex 1 37 3E 62 B 0 4C BB 61 C
Octal 1 67 76 142 13 0 114 273 141 14
Binary 1 110111 111110 1100010 1011 0 1001100 10111011 1100001 1100

Color Harmonies of #01373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01373E

Black with #01373E

Text Example


Text Example

White with #01373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01373E; }

 p { color: rgb(1,55,62); }

 H1.HeaderClassName
 {
   color: #01373E;
 }
 .AnyTagClassName
 {
   color: #01373E;
 }
</style>

background-color css

<style>
 a { background-color: #01373E; }

 a { background-color: rgb(1,55,62); }

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

border-color css

<style>
 span { border-color: #01373E; }

 span { border-color: rgb(1,55,62); }

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