Html Css Color HEX #00172A Black Pearl

📋 copy color: '#00172A'

red 0 ◦ green 23 ◦ blue 42

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

Shades of Black Pearl #00172A

Tints of Black Pearl #00172A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 35.38%
B = 64.62%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#00172A (or 0x00172A) is known color: Black Pearl. HEX triplet: 00, 17 and 2A. RGB value is (0,23,42). Sum of RGB (Red+Green+Blue) = 0+23+42=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #00172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00172A is #FFE8D5. Grayscale: #121212. Windows color (decimal): -16771286 or 2758400. OLE color: 2758400.

HSL color Cylindrical-coordinate representation of color #00172A: hue angle of 207.14º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00172A is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 23 42 -
CMYK 1 0.45 0 0.84
HSL 207.14º 1% 0.08% -
HSV(B) 207.14º 1% 0.16% -
XYZ 0.72 0.78 2.3 -
YUV 18.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 0 23 42 1 0.45 0 0.84 207.14 1 0.08
Hex 0 17 2A 64 2D 0 54 CF 64 8
Octal 0 27 52 144 55 0 124 317 144 10
Binary 0 10111 101010 1100100 101101 0 1010100 11001111 1100100 1000

Color Harmonies of #00172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00172A

Black with #00172A

Text Example


Text Example

White with #00172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,23,42); }

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

background-color css

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

 a { background-color: rgb(0,23,42); }

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

border-color css

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

 span { border-color: rgb(0,23,42); }

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