Html Css Color HEX #00098D Dark Blue

📋 copy color: '#00098D'

red 0 ◦ green 9 ◦ blue 141

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

Shades of Dark Blue #00098D

Tints of Dark Blue #00098D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 6%
B = 94%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00098D (or 0x00098D) is known color: Dark Blue. HEX triplet: 00, 09 and 8D. RGB value is (0,9,141). Sum of RGB (Red+Green+Blue) = 0+9+141=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #00098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00098D is #FFF672. Grayscale: #141414. Windows color (decimal): -16774771 or 9242880. OLE color: 9242880.

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

Color convert

RGB 0 9 141 -
CMYK 1 0.94 0 0.45
HSL 236.17º 1% 0.28% -
HSV(B) 236.17º 1% 0.55% -
XYZ 4.91 2.12 25.35 -
YUV 21.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 0 9 141 1 0.94 0 0.45 236.17 1 0.28
Hex 0 9 8D 64 5E 0 2D EC 64 1C
Octal 0 11 215 144 136 0 55 354 144 34
Binary 0 1001 10001101 1100100 1011110 0 101101 11101100 1100100 11100

Color Harmonies of #00098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00098D

Black with #00098D

Text Example


Text Example

White with #00098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,9,141); }

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

background-color css

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

 a { background-color: rgb(0,9,141); }

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

border-color css

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

 span { border-color: rgb(0,9,141); }

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