Html Css Color HEX #0B05AA New Midnight Blue

📋 copy color: '#0B05AA'

red 11 ◦ green 5 ◦ blue 170

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

Shades of New Midnight Blue #0B05AA

Tints of New Midnight Blue #0B05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 170 (66.8% from 255) = 91.4%

R = 5.91%
G = 2.69%
B = 91.4%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B05AA (or 0x0B05AA) is known color: New Midnight Blue. HEX triplet: 0B, 05 and AA. RGB value is (11,5,170). Sum of RGB (Red+Green+Blue) = 11+5+170=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 170 (66.80% from 255 or 91.40% from 186); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B05AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B05AA is #F4FA55. Grayscale: #181818. Windows color (decimal): -16054870 or 11142411. OLE color: 11142411.

HSL color Cylindrical-coordinate representation of color #0B05AA: hue angle of 242.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05AA is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 5 170 -
CMYK 0.94 0.97 0 0.33
HSL 242.18º 0.94% 0.34% -
HSV(B) 242.18º 0.97% 0.67% -
XYZ 7.45 3.08 38.23 -
YUV 25.6 209.49 117.58 -
System Red Green Blue C M Y K H S L
Decimal 11 5 170 0.94 0.97 0 0.33 242.18 0.94 0.34
Hex B 5 AA 5E 61 0 21 F2 5E 22
Octal 13 5 252 136 141 0 41 362 136 42
Binary 1011 101 10101010 1011110 1100001 0 100001 11110010 1011110 100010

Color Harmonies of #0B05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B05AA

Black with #0B05AA

Text Example


Text Example

White with #0B05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,170); }

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

background-color css

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

 a { background-color: rgb(11,5,170); }

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

border-color css

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

 span { border-color: rgb(11,5,170); }

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