Html Css Color HEX #001026 Black Pearl

📋 copy color: '#001026'

red 0 ◦ green 16 ◦ blue 38

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

Shades of Black Pearl #001026

Tints of Black Pearl #001026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.63%

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

R = 0%
G = 29.63%
B = 70.37%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001026 (or 0x001026) is known color: Black Pearl. HEX triplet: 00, 10 and 26. RGB value is (0,16,38). Sum of RGB (Red+Green+Blue) = 0+16+38=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 38 (15.23% from 255 or 70.37% from 54); Max value from RGB is 38 - color contains mainly: blue. Hex color #001026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001026 is #FFEFD9. Grayscale: #0D0D0D. Windows color (decimal): -16773082 or 2494464. OLE color: 2494464.

HSL color Cylindrical-coordinate representation of color #001026: hue angle of 214.74º 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 #001026 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 16 38 -
CMYK 1 0.58 0 0.85
HSL 214.74º 1% 0.07% -
HSV(B) 214.74º 1% 0.15% -
XYZ 0.54 0.51 1.9 -
YUV 13.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 0 16 38 1 0.58 0 0.85 214.74 1 0.07
Hex 0 10 26 64 3A 0 55 D7 64 7
Octal 0 20 46 144 72 0 125 327 144 7
Binary 0 10000 100110 1100100 111010 0 1010101 11010111 1100100 111

Color Harmonies of #001026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001026

Black with #001026

Text Example


Text Example

White with #001026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001026; }

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

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

background-color css

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

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

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

border-color css

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

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

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