Html Css Color HEX #001126 Black Pearl

📋 copy color: '#001126'

red 0 ◦ green 17 ◦ blue 38

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

Shades of Black Pearl #001126

Tints of Black Pearl #001126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.91%

 BLUE value IS 38 (15.23% from 255) = 69.09%

R = 0%
G = 30.91%
B = 69.09%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001126 (or 0x001126) is known color: Black Pearl. HEX triplet: 00, 11 and 26. RGB value is (0,17,38). Sum of RGB (Red+Green+Blue) = 0+17+38=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #001126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001126 is #FFEED9. Grayscale: #0E0E0E. Windows color (decimal): -16772826 or 2494720. OLE color: 2494720.

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

Color convert

RGB 0 17 38 -
CMYK 1 0.55 0 0.85
HSL 213.16º 1% 0.07% -
HSV(B) 213.16º 1% 0.15% -
XYZ 0.55 0.54 1.91 -
YUV 14.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 0 17 38 1 0.55 0 0.85 213.16 1 0.07
Hex 0 11 26 64 37 0 55 D5 64 7
Octal 0 21 46 144 67 0 125 325 144 7
Binary 0 10001 100110 1100100 110111 0 1010101 11010101 1100100 111

Color Harmonies of #001126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001126

Black with #001126

Text Example


Text Example

White with #001126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001126; }

 p { color: rgb(0,17,38); }

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

background-color css

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

 a { background-color: rgb(0,17,38); }

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

border-color css

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

 span { border-color: rgb(0,17,38); }

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