Html Css Color HEX #02188B Dark Blue

📋 copy color: '#02188B'

red 2 ◦ green 24 ◦ blue 139

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

Shades of Dark Blue #02188B

Tints of Dark Blue #02188B

RGB

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

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

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

R = 1.21%
G = 14.55%
B = 84.24%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02188B (or 0x02188B) is known color: Dark Blue. HEX triplet: 02, 18 and 8B. RGB value is (2,24,139). Sum of RGB (Red+Green+Blue) = 2+24+139=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #02188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02188B is #FDE774. Grayscale: #1E1E1E. Windows color (decimal): -16639861 or 9115650. OLE color: 9115650.

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

Color convert

RGB 2 24 139 -
CMYK 0.99 0.83 0 0.45
HSL 230.37º 0.97% 0.28% -
HSV(B) 230.37º 0.99% 0.55% -
XYZ 5.01 2.53 24.65 -
YUV 30.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 2 24 139 0.99 0.83 0 0.45 230.37 0.97 0.28
Hex 2 18 8B 63 53 0 2D E6 61 1C
Octal 2 30 213 143 123 0 55 346 141 34
Binary 10 11000 10001011 1100011 1010011 0 101101 11100110 1100001 11100

Color Harmonies of #02188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02188B

Black with #02188B

Text Example


Text Example

White with #02188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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