Html Css Color HEX #06192C Black Pearl

📋 copy color: '#06192C'

red 6 ◦ green 25 ◦ blue 44

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

Shades of Black Pearl #06192C

Tints of Black Pearl #06192C

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 value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06192C (or 0x06192C) is known color: 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

RGB 6 25 44 -
CMYK 0.86 0.43 0 0.83
HSL 210º 0.76% 0.1% -
HSV(B) 210º 0.86% 0.17% -
XYZ 0.88 0.92 2.51 -
YUV 21.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 6 25 44 0.86 0.43 0 0.83 210 0.76 0.1
Hex 6 19 2C 56 2B 0 53 D2 4C A
Octal 6 31 54 126 53 0 123 322 114 12
Binary 110 11001 101100 1010110 101011 0 1010011 11010010 1001100 1010

Color Harmonies of #06192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06192C

Black with #06192C

Text Example


Text Example

White with #06192C

Text Example


Text Example

HTML Codes & Css Web 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>