Html Css Color HEX #0B099E New Midnight Blue

📋 copy color: '#0B099E'

red 11 ◦ green 9 ◦ blue 158

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

Shades of New Midnight Blue #0B099E

Tints of New Midnight Blue #0B099E

RGB

 RED value IS 11 (4.69% from 255) = 6.18%

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

 BLUE value IS 158 (62.11% from 255) = 88.76%

R = 6.18%
G = 5.06%
B = 88.76%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B099E (or 0x0B099E) is known color: New Midnight Blue. HEX triplet: 0B, 09 and 9E. RGB value is (11,9,158). Sum of RGB (Red+Green+Blue) = 11+9+158=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B099E is #F4F661. Grayscale: #191919. Windows color (decimal): -16053858 or 10357003. OLE color: 10357003.

HSL color Cylindrical-coordinate representation of color #0B099E: hue angle of 240.81º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B099E is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 9 158 -
CMYK 0.93 0.94 0 0.38
HSL 240.81º 0.89% 0.33% -
HSV(B) 240.81º 0.94% 0.62% -
XYZ 6.41 2.74 32.54 -
YUV 26.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 11 9 158 0.93 0.94 0 0.38 240.81 0.89 0.33
Hex B 9 9E 5D 5E 0 26 F1 59 21
Octal 13 11 236 135 136 0 46 361 131 41
Binary 1011 1001 10011110 1011101 1011110 0 100110 11110001 1011001 100001

Color Harmonies of #0B099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B099E

Black with #0B099E

Text Example


Text Example

White with #0B099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B099E; }

 p { color: rgb(11,9,158); }

 H1.HeaderClassName
 {
   color: #0B099E;
 }
 .AnyTagClassName
 {
   color: #0B099E;
 }
</style>

background-color css

<style>
 a { background-color: #0B099E; }

 a { background-color: rgb(11,9,158); }

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

border-color css

<style>
 span { border-color: #0B099E; }

 span { border-color: rgb(11,9,158); }

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