Html Css Color HEX #04152B Black Pearl

📋 copy color: '#04152B'

red 4 ◦ green 21 ◦ blue 43

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

Shades of Black Pearl #04152B

Tints of Black Pearl #04152B

RGB

 RED value IS 4 (1.95% from 255) = 5.88%

 GREEN value IS 21 (8.59% from 255) = 30.88%

 BLUE value IS 43 (17.19% from 255) = 63.24%

R = 5.88%
G = 30.88%
B = 63.24%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#04152B (or 0x04152B) is known color: Black Pearl. HEX triplet: 04, 15 and 2B. RGB value is (4,21,43). Sum of RGB (Red+Green+Blue) = 4+21+43=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #04152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04152B is #FBEAD4. Grayscale: #121212. Windows color (decimal): -16509653 or 2823428. OLE color: 2823428.

HSL color Cylindrical-coordinate representation of color #04152B: hue angle of 213.85º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04152B is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 4 21 43 -
CMYK 0.91 0.51 0 0.83
HSL 213.85º 0.83% 0.09% -
HSV(B) 213.85º 0.91% 0.17% -
XYZ 0.75 0.74 2.39 -
YUV 18.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 4 21 43 0.91 0.51 0 0.83 213.85 0.83 0.09
Hex 4 15 2B 5B 33 0 53 D6 53 9
Octal 4 25 53 133 63 0 123 326 123 11
Binary 100 10101 101011 1011011 110011 0 1010011 11010110 1010011 1001

Color Harmonies of #04152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04152B

Black with #04152B

Text Example


Text Example

White with #04152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04152B; }

 p { color: rgb(4,21,43); }

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

background-color css

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

 a { background-color: rgb(4,21,43); }

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

border-color css

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

 span { border-color: rgb(4,21,43); }

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