#06192C

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

Shades of Black Pearl #06192C

Tints of Black Pearl #06192C

Color information

#06192C (or 0x06192C) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 2C. RGB value is (6,25,44). Sum of RGB (Red+Green+Blue) = 6+25+44=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #06192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06192C is #F9E6D3. Grayscale: #151515. Windows color (decimal): -16377556 or 2889990. OLE color: 2889990.

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

Color convert

RGB62544-
CMYK0.860.4300.83
HSL210º76%9.8%-
HSV(B)210º86.36%17.25%-
XYZ0.880.922.51-
YUV21.48140.71116.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=8%
G=33.33%
B=58.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal625440.860.4300.83210769.8
Hex6192C562B053d24ca
Octal6315412653012332211412
Binary110110011011001010110101011010100111101001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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