Html Css Color HEX #06142B Black Pearl

📋 copy color: '#06142B'

red 6 ◦ green 20 ◦ blue 43

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

Shades of Black Pearl #06142B

Tints of Black Pearl #06142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.99%

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

R = 8.7%
G = 28.99%
B = 62.32%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06142B (or 0x06142B) is known color: Black Pearl. HEX triplet: 06, 14 and 2B. RGB value is (6,20,43). Sum of RGB (Red+Green+Blue) = 6+20+43=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #06142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06142B is #F9EBD4. Grayscale: #121212. Windows color (decimal): -16378837 or 2823174. OLE color: 2823174.

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

Color convert

RGB 6 20 43 -
CMYK 0.86 0.53 0 0.83
HSL 217.3º 0.76% 0.1% -
HSV(B) 217.3º 0.86% 0.17% -
XYZ 0.76 0.71 2.38 -
YUV 18.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 6 20 43 0.86 0.53 0 0.83 217.3 0.76 0.1
Hex 6 14 2B 56 35 0 53 D9 4C A
Octal 6 24 53 126 65 0 123 331 114 12
Binary 110 10100 101011 1010110 110101 0 1010011 11011001 1001100 1010

Color Harmonies of #06142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06142B

Black with #06142B

Text Example


Text Example

White with #06142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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