Html Css Color HEX #01373D Cyprus

📋 copy color: '#01373D'

red 1 ◦ green 55 ◦ blue 61

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

Shades of Cyprus #01373D

Tints of Cyprus #01373D

RGB

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

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

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

R = 0.85%
G = 47.01%
B = 52.14%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01373D (or 0x01373D) is known color: Cyprus. HEX triplet: 01, 37 and 3D. RGB value is (1,55,61). Sum of RGB (Red+Green+Blue) = 1+55+61=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #01373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373D is #FEC8C2. Grayscale: #272727. Windows color (decimal): -16697539 or 4011777. OLE color: 4011777.

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

Color convert

RGB 1 55 61 -
CMYK 0.98 0.10 0 0.76
HSL 186º 0.97% 0.12% -
HSV(B) 186º 0.98% 0.24% -
XYZ 2.22 3.08 4.89 -
YUV 39.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 1 55 61 0.98 0.10 0 0.76 186 0.97 0.12
Hex 1 37 3D 62 A 0 4C BA 61 C
Octal 1 67 75 142 12 0 114 272 141 14
Binary 1 110111 111101 1100010 1010 0 1001100 10111010 1100001 1100

Color Harmonies of #01373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01373D

Black with #01373D

Text Example


Text Example

White with #01373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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