Html Css Color HEX #06152A Black Pearl

📋 copy color: '#06152A'

red 6 ◦ green 21 ◦ blue 42

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

Shades of Black Pearl #06152A

Tints of Black Pearl #06152A

RGB

 RED value IS 6 (2.73% from 255) = 8.7%

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

 BLUE value IS 42 (16.8% from 255) = 60.87%

R = 8.7%
G = 30.43%
B = 60.87%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#06152A (or 0x06152A) is known color: Black Pearl. HEX triplet: 06, 15 and 2A. RGB value is (6,21,42). Sum of RGB (Red+Green+Blue) = 6+21+42=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #06152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152A is #F9EAD5. Grayscale: #121212. Windows color (decimal): -16378582 or 2757894. OLE color: 2757894.

HSL color Cylindrical-coordinate representation of color #06152A: hue angle of 215º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06152A is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 21 42 -
CMYK 0.86 0.50 0 0.84
HSL 215º 0.75% 0.09% -
HSV(B) 215º 0.86% 0.16% -
XYZ 0.76 0.74 2.29 -
YUV 18.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 6 21 42 0.86 0.50 0 0.84 215 0.75 0.09
Hex 6 15 2A 56 32 0 54 D7 4B 9
Octal 6 25 52 126 62 0 124 327 113 11
Binary 110 10101 101010 1010110 110010 0 1010100 11010111 1001011 1001

Color Harmonies of #06152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06152A

Black with #06152A

Text Example


Text Example

White with #06152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06152A; }

 p { color: rgb(6,21,42); }

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

background-color css

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

 a { background-color: rgb(6,21,42); }

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

border-color css

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

 span { border-color: rgb(6,21,42); }

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