Html Css Color HEX #01373A Cyprus

📋 copy color: '#01373A'

red 1 ◦ green 55 ◦ blue 58

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

Shades of Cyprus #01373A

Tints of Cyprus #01373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50.88%

R = 0.88%
G = 48.25%
B = 50.88%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01373A (or 0x01373A) is known color: Cyprus. HEX triplet: 01, 37 and 3A. RGB value is (1,55,58). Sum of RGB (Red+Green+Blue) = 1+55+58=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #01373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373A is #FEC8C5. Grayscale: #272727. Windows color (decimal): -16697542 or 3815169. OLE color: 3815169.

HSL color Cylindrical-coordinate representation of color #01373A: hue angle of 183.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01373A is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 55 58 -
CMYK 0.98 0.05 0 0.77
HSL 183.16º 0.97% 0.12% -
HSV(B) 183.16º 0.98% 0.23% -
XYZ 2.14 3.04 4.48 -
YUV 39.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 1 55 58 0.98 0.05 0 0.77 183.16 0.97 0.12
Hex 1 37 3A 62 5 0 4D B7 61 C
Octal 1 67 72 142 5 0 115 267 141 14
Binary 1 110111 111010 1100010 101 0 1001101 10110111 1100001 1100

Color Harmonies of #01373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01373A

Black with #01373A

Text Example


Text Example

White with #01373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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