Html Css Color HEX #001A28 Black Pearl

📋 copy color: '#001A28'

red 0 ◦ green 26 ◦ blue 40

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

Shades of Black Pearl #001A28

Tints of Black Pearl #001A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 60.61%

R = 0%
G = 39.39%
B = 60.61%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001A28 (or 0x001A28) is known color: Black Pearl. HEX triplet: 00, 1A and 28. RGB value is (0,26,40). Sum of RGB (Red+Green+Blue) = 0+26+40=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #001A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A28 is #FFE5D7. Grayscale: #131313. Windows color (decimal): -16770520 or 2628096. OLE color: 2628096.

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

Color convert

RGB 0 26 40 -
CMYK 1 0.35 0 0.84
HSL 201º 1% 0.08% -
HSV(B) 201º 1% 0.16% -
XYZ 0.75 0.89 2.14 -
YUV 19.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 0 26 40 1 0.35 0 0.84 201 1 0.08
Hex 0 1A 28 64 23 0 54 C9 64 8
Octal 0 32 50 144 43 0 124 311 144 10
Binary 0 11010 101000 1100100 100011 0 1010100 11001001 1100100 1000

Color Harmonies of #001A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A28

Black with #001A28

Text Example


Text Example

White with #001A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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