Html Css Color HEX #06152B Black Pearl

📋 copy color: '#06152B'

red 6 ◦ green 21 ◦ blue 43

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

Shades of Black Pearl #06152B

Tints of Black Pearl #06152B

RGB

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

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

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

R = 8.57%
G = 30%
B = 61.43%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06152B (or 0x06152B) is known color: Black Pearl. HEX triplet: 06, 15 and 2B. RGB value is (6,21,43). Sum of RGB (Red+Green+Blue) = 6+21+43=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #06152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152B is #F9EAD4. Grayscale: #121212. Windows color (decimal): -16378581 or 2823430. OLE color: 2823430.

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

Color convert

RGB 6 21 43 -
CMYK 0.86 0.51 0 0.83
HSL 215.68º 0.76% 0.1% -
HSV(B) 215.68º 0.86% 0.17% -
XYZ 0.78 0.75 2.39 -
YUV 19.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 6 21 43 0.86 0.51 0 0.83 215.68 0.76 0.1
Hex 6 15 2B 56 33 0 53 D8 4C A
Octal 6 25 53 126 63 0 123 330 114 12
Binary 110 10101 101011 1010110 110011 0 1010011 11011000 1001100 1010

Color Harmonies of #06152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06152B

Black with #06152B

Text Example


Text Example

White with #06152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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