Html Css Color HEX #001937 Black Pearl

📋 copy color: '#001937'

red 0 ◦ green 25 ◦ blue 55

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

Shades of Black Pearl #001937

Tints of Black Pearl #001937

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 25 (10.16% from 255) = 31.25%

 BLUE value IS 55 (21.88% from 255) = 68.75%

R = 0%
G = 31.25%
B = 68.75%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001937 (or 0x001937) is known color: Black Pearl. HEX triplet: 00, 19 and 37. RGB value is (0,25,55). Sum of RGB (Red+Green+Blue) = 0+25+55=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #001937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001937 is #FFE6C8. Grayscale: #141414. Windows color (decimal): -16770761 or 3610880. OLE color: 3610880.

HSL color Cylindrical-coordinate representation of color #001937: hue angle of 212.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001937 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 25 55 -
CMYK 1 0.55 0 0.78
HSL 212.73º 1% 0.11% -
HSV(B) 212.73º 1% 0.22% -
XYZ 1.04 0.97 3.75 -
YUV 20.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 0 25 55 1 0.55 0 0.78 212.73 1 0.11
Hex 0 19 37 64 37 0 4E D5 64 B
Octal 0 31 67 144 67 0 116 325 144 13
Binary 0 11001 110111 1100100 110111 0 1001110 11010101 1100100 1011

Color Harmonies of #001937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001937

Black with #001937

Text Example


Text Example

White with #001937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001937; }

 p { color: rgb(0,25,55); }

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

background-color css

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

 a { background-color: rgb(0,25,55); }

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

border-color css

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

 span { border-color: rgb(0,25,55); }

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