Html Css Color HEX #05172B Black Pearl

📋 copy color: '#05172B'

red 5 ◦ green 23 ◦ blue 43

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

Shades of Black Pearl #05172B

Tints of Black Pearl #05172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 32.39%

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

R = 7.04%
G = 32.39%
B = 60.56%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#05172B (or 0x05172B) is known color: Black Pearl. HEX triplet: 05, 17 and 2B. RGB value is (5,23,43). Sum of RGB (Red+Green+Blue) = 5+23+43=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #05172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05172B is #FAE8D4. Grayscale: #131313. Windows color (decimal): -16443605 or 2823941. OLE color: 2823941.

HSL color Cylindrical-coordinate representation of color #05172B: hue angle of 211.58º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05172B is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 23 43 -
CMYK 0.88 0.47 0 0.83
HSL 211.58º 0.79% 0.09% -
HSV(B) 211.58º 0.88% 0.17% -
XYZ 0.81 0.82 2.4 -
YUV 19.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 5 23 43 0.88 0.47 0 0.83 211.58 0.79 0.09
Hex 5 17 2B 58 2F 0 53 D4 4F 9
Octal 5 27 53 130 57 0 123 324 117 11
Binary 101 10111 101011 1011000 101111 0 1010011 11010100 1001111 1001

Color Harmonies of #05172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05172B

Black with #05172B

Text Example


Text Example

White with #05172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,23,43); }

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

background-color css

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

 a { background-color: rgb(5,23,43); }

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

border-color css

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

 span { border-color: rgb(5,23,43); }

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