Html Css Color HEX #02098A Dark Blue

📋 copy color: '#02098A'

red 2 ◦ green 9 ◦ blue 138

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

Shades of Dark Blue #02098A

Tints of Dark Blue #02098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

 BLUE value IS 138 (54.3% from 255) = 92.62%

R = 1.34%
G = 6.04%
B = 92.62%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02098A (or 0x02098A) is known color: Dark Blue. HEX triplet: 02, 09 and 8A. RGB value is (2,9,138). Sum of RGB (Red+Green+Blue) = 2+9+138=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 138 (54.30% from 255 or 92.62% from 149); Max value from RGB is 138 - color contains mainly: blue. Hex color #02098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02098A is #FDF675. Grayscale: #151515. Windows color (decimal): -16643702 or 9046274. OLE color: 9046274.

HSL color Cylindrical-coordinate representation of color #02098A: hue angle of 236.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02098A is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 9 138 -
CMYK 0.99 0.93 0 0.46
HSL 236.91º 0.97% 0.27% -
HSV(B) 236.91º 0.99% 0.54% -
XYZ 4.71 2.04 24.19 -
YUV 21.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 2 9 138 0.99 0.93 0 0.46 236.91 0.97 0.27
Hex 2 9 8A 63 5D 0 2E ED 61 1B
Octal 2 11 212 143 135 0 56 355 141 33
Binary 10 1001 10001010 1100011 1011101 0 101110 11101101 1100001 11011

Color Harmonies of #02098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02098A

Black with #02098A

Text Example


Text Example

White with #02098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02098A; }

 p { color: rgb(2,9,138); }

 H1.HeaderClassName
 {
   color: #02098A;
 }
 .AnyTagClassName
 {
   color: #02098A;
 }
</style>

background-color css

<style>
 a { background-color: #02098A; }

 a { background-color: rgb(2,9,138); }

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

border-color css

<style>
 span { border-color: #02098A; }

 span { border-color: rgb(2,9,138); }

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