Html Css Color HEX #06152C Black Pearl

📋 copy color: '#06152C'

red 6 ◦ green 21 ◦ blue 44

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

Shades of Black Pearl #06152C

Tints of Black Pearl #06152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 61.97%

R = 8.45%
G = 29.58%
B = 61.97%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06152C (or 0x06152C) is known color: Black Pearl. HEX triplet: 06, 15 and 2C. RGB value is (6,21,44). Sum of RGB (Red+Green+Blue) = 6+21+44=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #06152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152C is #F9EAD3. Grayscale: #131313. Windows color (decimal): -16378580 or 2888966. OLE color: 2888966.

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

Color convert

RGB 6 21 44 -
CMYK 0.86 0.52 0 0.83
HSL 216.32º 0.76% 0.1% -
HSV(B) 216.32º 0.86% 0.17% -
XYZ 0.8 0.76 2.49 -
YUV 19.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 6 21 44 0.86 0.52 0 0.83 216.32 0.76 0.1
Hex 6 15 2C 56 34 0 53 D8 4C A
Octal 6 25 54 126 64 0 123 330 114 12
Binary 110 10101 101100 1010110 110100 0 1010011 11011000 1001100 1010

Color Harmonies of #06152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06152C

Black with #06152C

Text Example


Text Example

White with #06152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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