Html Css Color HEX #01373C Cyprus

📋 copy color: '#01373C'

red 1 ◦ green 55 ◦ blue 60

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

Shades of Cyprus #01373C

Tints of Cyprus #01373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 51.72%

R = 0.86%
G = 47.41%
B = 51.72%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01373C (or 0x01373C) is known color: Cyprus. HEX triplet: 01, 37 and 3C. RGB value is (1,55,60). Sum of RGB (Red+Green+Blue) = 1+55+60=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #01373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373C is #FEC8C3. Grayscale: #272727. Windows color (decimal): -16697540 or 3946241. OLE color: 3946241.

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

Color convert

RGB 1 55 60 -
CMYK 0.98 0.08 0 0.76
HSL 185.08º 0.97% 0.12% -
HSV(B) 185.08º 0.98% 0.24% -
XYZ 2.19 3.07 4.75 -
YUV 39.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 1 55 60 0.98 0.08 0 0.76 185.08 0.97 0.12
Hex 1 37 3C 62 8 0 4C B9 61 C
Octal 1 67 74 142 10 0 114 271 141 14
Binary 1 110111 111100 1100010 1000 0 1001100 10111001 1100001 1100

Color Harmonies of #01373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01373C

Black with #01373C

Text Example


Text Example

White with #01373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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