Html Css Color HEX #001A37 Black Pearl

📋 copy color: '#001A37'

red 0 ◦ green 26 ◦ blue 55

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

Shades of Black Pearl #001A37

Tints of Black Pearl #001A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

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

R = 0%
G = 32.1%
B = 67.9%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001A37 (or 0x001A37) is known color: Black Pearl. HEX triplet: 00, 1A and 37. RGB value is (0,26,55). Sum of RGB (Red+Green+Blue) = 0+26+55=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #001A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A37 is #FFE5C8. Grayscale: #151515. Windows color (decimal): -16770505 or 3611136. OLE color: 3611136.

HSL color Cylindrical-coordinate representation of color #001A37: hue angle of 211.64º 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 #001A37 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 26 55 -
CMYK 1 0.53 0 0.78
HSL 211.64º 1% 0.11% -
HSV(B) 211.64º 1% 0.22% -
XYZ 1.06 1.01 3.75 -
YUV 21.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 0 26 55 1 0.53 0 0.78 211.64 1 0.11
Hex 0 1A 37 64 35 0 4E D4 64 B
Octal 0 32 67 144 65 0 116 324 144 13
Binary 0 11010 110111 1100100 110101 0 1001110 11010100 1100100 1011

Color Harmonies of #001A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A37

Black with #001A37

Text Example


Text Example

White with #001A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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