Html Css Color HEX #001129 Black Pearl

📋 copy color: '#001129'

red 0 ◦ green 17 ◦ blue 41

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

Shades of Black Pearl #001129

Tints of Black Pearl #001129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 70.69%

R = 0%
G = 29.31%
B = 70.69%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001129 (or 0x001129) is known color: Black Pearl. HEX triplet: 00, 11 and 29. RGB value is (0,17,41). Sum of RGB (Red+Green+Blue) = 0+17+41=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #001129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001129 is #FFEED6. Grayscale: #0E0E0E. Windows color (decimal): -16772823 or 2691328. OLE color: 2691328.

HSL color Cylindrical-coordinate representation of color #001129: hue angle of 215.12º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001129 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 17 41 -
CMYK 1 0.59 0 0.84
HSL 215.12º 1% 0.08% -
HSV(B) 215.12º 1% 0.16% -
XYZ 0.6 0.56 2.17 -
YUV 14.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 0 17 41 1 0.59 0 0.84 215.12 1 0.08
Hex 0 11 29 64 3B 0 54 D7 64 8
Octal 0 21 51 144 73 0 124 327 144 10
Binary 0 10001 101001 1100100 111011 0 1010100 11010111 1100100 1000

Color Harmonies of #001129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001129

Black with #001129

Text Example


Text Example

White with #001129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001129; }

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

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

background-color css

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

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

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

border-color css

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

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

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