Html Css Color HEX #0B15AC New Midnight Blue

📋 copy color: '#0B15AC'

red 11 ◦ green 21 ◦ blue 172

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

Shades of New Midnight Blue #0B15AC

Tints of New Midnight Blue #0B15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 172 (67.58% from 255) = 84.31%

R = 5.39%
G = 10.29%
B = 84.31%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B15AC (or 0x0B15AC) is known color: New Midnight Blue. HEX triplet: 0B, 15 and AC. RGB value is (11,21,172). Sum of RGB (Red+Green+Blue) = 11+21+172=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B15AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B15AC is #F4EA53. Grayscale: #222222. Windows color (decimal): -16050772 or 11277579. OLE color: 11277579.

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

Color convert

RGB 11 21 172 -
CMYK 0.94 0.88 0 0.33
HSL 236.27º 0.88% 0.36% -
HSV(B) 236.27º 0.94% 0.67% -
XYZ 7.85 3.59 39.31 -
YUV 35.22 205.19 110.72 -
System Red Green Blue C M Y K H S L
Decimal 11 21 172 0.94 0.88 0 0.33 236.27 0.88 0.36
Hex B 15 AC 5E 58 0 21 EC 58 24
Octal 13 25 254 136 130 0 41 354 130 44
Binary 1011 10101 10101100 1011110 1011000 0 100001 11101100 1011000 100100

Color Harmonies of #0B15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B15AC

Black with #0B15AC

Text Example


Text Example

White with #0B15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,172); }

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

background-color css

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

 a { background-color: rgb(11,21,172); }

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

border-color css

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

 span { border-color: rgb(11,21,172); }

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