Html Css Color HEX #00178D Dark Blue

📋 copy color: '#00178D'

red 0 ◦ green 23 ◦ blue 141

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

Shades of Dark Blue #00178D

Tints of Dark Blue #00178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 85.98%

R = 0%
G = 14.02%
B = 85.98%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00178D (or 0x00178D) is known color: Dark Blue. HEX triplet: 00, 17 and 8D. RGB value is (0,23,141). Sum of RGB (Red+Green+Blue) = 0+23+141=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #00178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00178D is #FFE872. Grayscale: #1D1D1D. Windows color (decimal): -16771187 or 9246464. OLE color: 9246464.

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

Color convert

RGB 0 23 141 -
CMYK 1 0.84 0 0.45
HSL 230.21º 1% 0.28% -
HSV(B) 230.21º 1% 0.55% -
XYZ 5.11 2.54 25.42 -
YUV 29.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 0 23 141 1 0.84 0 0.45 230.21 1 0.28
Hex 0 17 8D 64 54 0 2D E6 64 1C
Octal 0 27 215 144 124 0 55 346 144 34
Binary 0 10111 10001101 1100100 1010100 0 101101 11100110 1100100 11100

Color Harmonies of #00178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00178D

Black with #00178D

Text Example


Text Example

White with #00178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00178D; }

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

 H1.HeaderClassName
 {
   color: #00178D;
 }
 .AnyTagClassName
 {
   color: #00178D;
 }
</style>

background-color css

<style>
 a { background-color: #00178D; }

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

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

border-color css

<style>
 span { border-color: #00178D; }

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

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