Html Css Color HEX #00178B Dark Blue

📋 copy color: '#00178B'

red 0 ◦ green 23 ◦ blue 139

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

Shades of Dark Blue #00178B

Tints of Dark Blue #00178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 85.8%

R = 0%
G = 14.2%
B = 85.8%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00178B (or 0x00178B) is known color: Dark Blue. HEX triplet: 00, 17 and 8B. RGB value is (0,23,139). Sum of RGB (Red+Green+Blue) = 0+23+139=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #00178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00178B is #FFE874. Grayscale: #1C1C1C. Windows color (decimal): -16771189 or 9115392. OLE color: 9115392.

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

Color convert

RGB 0 23 139 -
CMYK 1 0.83 0 0.45
HSL 230.07º 1% 0.27% -
HSV(B) 230.07º 1% 0.55% -
XYZ 4.97 2.48 24.64 -
YUV 29.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 0 23 139 1 0.83 0 0.45 230.07 1 0.27
Hex 0 17 8B 64 53 0 2D E6 64 1B
Octal 0 27 213 144 123 0 55 346 144 33
Binary 0 10111 10001011 1100100 1010011 0 101101 11100110 1100100 11011

Color Harmonies of #00178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00178B

Black with #00178B

Text Example


Text Example

White with #00178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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