Html Css Color HEX #02178D Dark Blue

📋 copy color: '#02178D'

red 2 ◦ green 23 ◦ blue 141

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

Shades of Dark Blue #02178D

Tints of Dark Blue #02178D

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

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

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

R = 1.2%
G = 13.86%
B = 84.94%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02178D (or 0x02178D) is known color: Dark Blue. HEX triplet: 02, 17 and 8D. RGB value is (2,23,141). Sum of RGB (Red+Green+Blue) = 2+23+141=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #02178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02178D is #FDE872. Grayscale: #1D1D1D. Windows color (decimal): -16640115 or 9246466. OLE color: 9246466.

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

Color convert

RGB 2 23 141 -
CMYK 0.99 0.84 0 0.45
HSL 230.94º 0.97% 0.28% -
HSV(B) 230.94º 0.99% 0.55% -
XYZ 5.14 2.55 25.42 -
YUV 30.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 2 23 141 0.99 0.84 0 0.45 230.94 0.97 0.28
Hex 2 17 8D 63 54 0 2D E7 61 1C
Octal 2 27 215 143 124 0 55 347 141 34
Binary 10 10111 10001101 1100011 1010100 0 101101 11100111 1100001 11100

Color Harmonies of #02178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02178D

Black with #02178D

Text Example


Text Example

White with #02178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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