Html Css Color HEX #00172F Black Pearl

📋 copy color: '#00172F'

red 0 ◦ green 23 ◦ blue 47

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

Shades of Black Pearl #00172F

Tints of Black Pearl #00172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 67.14%

R = 0%
G = 32.86%
B = 67.14%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00172F (or 0x00172F) is known color: Black Pearl. HEX triplet: 00, 17 and 2F. RGB value is (0,23,47). Sum of RGB (Red+Green+Blue) = 0+23+47=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #00172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00172F is #FFE8D0. Grayscale: #121212. Windows color (decimal): -16771281 or 3086080. OLE color: 3086080.

HSL color Cylindrical-coordinate representation of color #00172F: hue angle of 210.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00172F is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 23 47 -
CMYK 1 0.51 0 0.82
HSL 210.64º 1% 0.09% -
HSV(B) 210.64º 1% 0.18% -
XYZ 0.82 0.82 2.8 -
YUV 18.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 0 23 47 1 0.51 0 0.82 210.64 1 0.09
Hex 0 17 2F 64 33 0 52 D3 64 9
Octal 0 27 57 144 63 0 122 323 144 11
Binary 0 10111 101111 1100100 110011 0 1010010 11010011 1100100 1001

Color Harmonies of #00172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00172F

Black with #00172F

Text Example


Text Example

White with #00172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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