Html Css Color HEX #0B0A9D New Midnight Blue

📋 copy color: '#0B0A9D'

red 11 ◦ green 10 ◦ blue 157

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

Shades of New Midnight Blue #0B0A9D

Tints of New Midnight Blue #0B0A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.62%

 BLUE value IS 157 (61.72% from 255) = 88.2%

R = 6.18%
G = 5.62%
B = 88.2%

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

#0B0A9D (or 0x0B0A9D) is known color: New Midnight Blue. HEX triplet: 0B, 0A and 9D. RGB value is (11,10,157). Sum of RGB (Red+Green+Blue) = 11+10+157=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B0A9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0A9D is #F4F562. Grayscale: #1A1A1A. Windows color (decimal): -16053603 or 10291723. OLE color: 10291723.

HSL color Cylindrical-coordinate representation of color #0B0A9D: hue angle of 240.41º degrees, saturation: 0.88, 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 #0B0A9D is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 10 157 -
CMYK 0.93 0.94 0 0.38
HSL 240.41º 0.88% 0.33% -
HSV(B) 240.41º 0.94% 0.62% -
XYZ 6.33 2.72 32.09 -
YUV 27.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 11 10 157 0.93 0.94 0 0.38 240.41 0.88 0.33
Hex B A 9D 5D 5E 0 26 F0 58 21
Octal 13 12 235 135 136 0 46 360 130 41
Binary 1011 1010 10011101 1011101 1011110 0 100110 11110000 1011000 100001

Color Harmonies of #0B0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A9D

Black with #0B0A9D

Text Example


Text Example

White with #0B0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,10,157); }

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

background-color css

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

 a { background-color: rgb(11,10,157); }

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

border-color css

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

 span { border-color: rgb(11,10,157); }

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