Html Css Color HEX #02189B New Midnight Blue

📋 copy color: '#02189B'

red 2 ◦ green 24 ◦ blue 155

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

Shades of New Midnight Blue #02189B

Tints of New Midnight Blue #02189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 155 (60.94% from 255) = 85.64%

R = 1.1%
G = 13.26%
B = 85.64%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02189B (or 0x02189B) is known color: New Midnight Blue. HEX triplet: 02, 18 and 9B. RGB value is (2,24,155). Sum of RGB (Red+Green+Blue) = 2+24+155=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #02189B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02189B is #FDE764. Grayscale: #1F1F1F. Windows color (decimal): -16639845 or 10164226. OLE color: 10164226.

HSL color Cylindrical-coordinate representation of color #02189B: hue angle of 231.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02189B is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 24 155 -
CMYK 0.99 0.85 0 0.39
HSL 231.37º 0.97% 0.31% -
HSV(B) 231.37º 0.99% 0.61% -
XYZ 6.27 3.03 31.27 -
YUV 32.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 2 24 155 0.99 0.85 0 0.39 231.37 0.97 0.31
Hex 2 18 9B 63 55 0 27 E7 61 1F
Octal 2 30 233 143 125 0 47 347 141 37
Binary 10 11000 10011011 1100011 1010101 0 100111 11100111 1100001 11111

Color Harmonies of #02189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02189B

Black with #02189B

Text Example


Text Example

White with #02189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,24,155); }

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

background-color css

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

 a { background-color: rgb(2,24,155); }

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

border-color css

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

 span { border-color: rgb(2,24,155); }

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