Html Css Color HEX #05192A Black Pearl

📋 copy color: '#05192A'

red 5 ◦ green 25 ◦ blue 42

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

Shades of Black Pearl #05192A

Tints of Black Pearl #05192A

RGB

 RED value IS 5 (2.34% from 255) = 6.94%

 GREEN value IS 25 (10.16% from 255) = 34.72%

 BLUE value IS 42 (16.8% from 255) = 58.33%

R = 6.94%
G = 34.72%
B = 58.33%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#05192A (or 0x05192A) is known color: Black Pearl. HEX triplet: 05, 19 and 2A. RGB value is (5,25,42). Sum of RGB (Red+Green+Blue) = 5+25+42=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #05192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05192A is #FAE6D5. Grayscale: #141414. Windows color (decimal): -16443094 or 2758917. OLE color: 2758917.

HSL color Cylindrical-coordinate representation of color #05192A: hue angle of 207.57º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05192A is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 25 42 -
CMYK 0.88 0.40 0 0.84
HSL 207.57º 0.79% 0.09% -
HSV(B) 207.57º 0.88% 0.16% -
XYZ 0.83 0.89 2.32 -
YUV 20.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 5 25 42 0.88 0.40 0 0.84 207.57 0.79 0.09
Hex 5 19 2A 58 28 0 54 D0 4F 9
Octal 5 31 52 130 50 0 124 320 117 11
Binary 101 11001 101010 1011000 101000 0 1010100 11010000 1001111 1001

Color Harmonies of #05192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05192A

Black with #05192A

Text Example


Text Example

White with #05192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05192A; }

 p { color: rgb(5,25,42); }

 H1.HeaderClassName
 {
   color: #05192A;
 }
 .AnyTagClassName
 {
   color: #05192A;
 }
</style>

background-color css

<style>
 a { background-color: #05192A; }

 a { background-color: rgb(5,25,42); }

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

border-color css

<style>
 span { border-color: #05192A; }

 span { border-color: rgb(5,25,42); }

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