Html Css Color HEX #00098B Dark Blue

📋 copy color: '#00098B'

red 0 ◦ green 9 ◦ blue 139

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

Shades of Dark Blue #00098B

Tints of Dark Blue #00098B

RGB

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

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

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

R = 0%
G = 6.08%
B = 93.92%

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

#00098B (or 0x00098B) is known color: Dark Blue. HEX triplet: 00, 09 and 8B. RGB value is (0,9,139). Sum of RGB (Red+Green+Blue) = 0+9+139=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 139 (54.69% from 255 or 93.92% from 148); Max value from RGB is 139 - color contains mainly: blue. Hex color #00098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00098B is #FFF674. Grayscale: #141414. Windows color (decimal): -16774773 or 9111808. OLE color: 9111808.

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

Color convert

RGB 0 9 139 -
CMYK 1 0.94 0 0.45
HSL 236.12º 1% 0.27% -
HSV(B) 236.12º 1% 0.55% -
XYZ 4.76 2.06 24.57 -
YUV 21.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 0 9 139 1 0.94 0 0.45 236.12 1 0.27
Hex 0 9 8B 64 5E 0 2D EC 64 1B
Octal 0 11 213 144 136 0 55 354 144 33
Binary 0 1001 10001011 1100100 1011110 0 101101 11101100 1100100 11011

Color Harmonies of #00098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00098B

Black with #00098B

Text Example


Text Example

White with #00098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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