Html Css Color HEX #02198C Dark Blue

📋 copy color: '#02198C'

red 2 ◦ green 25 ◦ blue 140

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

Shades of Dark Blue #02198C

Tints of Dark Blue #02198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

 BLUE value IS 140 (55.08% from 255) = 83.83%

R = 1.2%
G = 14.97%
B = 83.83%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02198C (or 0x02198C) is known color: Dark Blue. HEX triplet: 02, 19 and 8C. RGB value is (2,25,140). Sum of RGB (Red+Green+Blue) = 2+25+140=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #02198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02198C is #FDE673. Grayscale: #1E1E1E. Windows color (decimal): -16639604 or 9181442. OLE color: 9181442.

HSL color Cylindrical-coordinate representation of color #02198C: hue angle of 230º 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 #02198C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 25 140 -
CMYK 0.99 0.82 0 0.45
HSL 230º 0.97% 0.28% -
HSV(B) 230º 0.99% 0.55% -
XYZ 5.11 2.6 25.04 -
YUV 31.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 2 25 140 0.99 0.82 0 0.45 230 0.97 0.28
Hex 2 19 8C 63 52 0 2D E6 61 1C
Octal 2 31 214 143 122 0 55 346 141 34
Binary 10 11001 10001100 1100011 1010010 0 101101 11100110 1100001 11100

Color Harmonies of #02198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02198C

Black with #02198C

Text Example


Text Example

White with #02198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02198C; }

 p { color: rgb(2,25,140); }

 H1.HeaderClassName
 {
   color: #02198C;
 }
 .AnyTagClassName
 {
   color: #02198C;
 }
</style>

background-color css

<style>
 a { background-color: #02198C; }

 a { background-color: rgb(2,25,140); }

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

border-color css

<style>
 span { border-color: #02198C; }

 span { border-color: rgb(2,25,140); }

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