#06192B

Color #06192B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #06192B

Tints of Black Pearl #06192B

Color information

#06192B (or 0x06192B) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 2B. RGB value is (6,25,43). Sum of RGB (Red+Green+Blue) = 6+25+43=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #06192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06192B is #F9E6D4. Grayscale: #151515. Windows color (decimal): -16377557 or 2824454. OLE color: 2824454.

HSL color Cylindrical-coordinate representation of color #06192B: hue angle of 209.19º 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 #06192B is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62543-
CMYK0.860.4200.83
HSL209.19º75.51%9.61%-
HSV(B)209.19º86.05%16.86%-
XYZ0.860.912.42-
YUV21.37140.21117.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 43 (17.19% from 255) = 58.11%
R=8.11%
G=33.78%
B=58.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal625430.860.4200.83209.1975.519.61
Hex6192B562A053d14ca
Octal6315312652012332111412
Binary110110011010111010110101010010100111101000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06192B;
 }
 .AnyTagClassName
 {
   color: #06192B;
 }
</style>
background-color css

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

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

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

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

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

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