Html Css Color HEX #0B176D Midnight Blue

📋 copy color: '#0B176D'

red 11 ◦ green 23 ◦ blue 109

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

Shades of Midnight Blue #0B176D

Tints of Midnight Blue #0B176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

 BLUE value IS 109 (42.97% from 255) = 76.22%

R = 7.69%
G = 16.08%
B = 76.22%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B176D (or 0x0B176D) is known color: Midnight Blue. HEX triplet: 0B, 17 and 6D. RGB value is (11,23,109). Sum of RGB (Red+Green+Blue) = 11+23+109=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B176D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B176D is #F4E892. Grayscale: #1C1C1C. Windows color (decimal): -16050323 or 7149323. OLE color: 7149323.

HSL color Cylindrical-coordinate representation of color #0B176D: hue angle of 232.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B176D is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 23 109 -
CMYK 0.90 0.79 0 0.57
HSL 232.65º 0.82% 0.24% -
HSV(B) 232.65º 0.9% 0.43% -
XYZ 3.2 1.79 14.64 -
YUV 29.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 11 23 109 0.90 0.79 0 0.57 232.65 0.82 0.24
Hex B 17 6D 5A 4F 0 39 E9 52 18
Octal 13 27 155 132 117 0 71 351 122 30
Binary 1011 10111 1101101 1011010 1001111 0 111001 11101001 1010010 11000

Color Harmonies of #0B176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B176D

Black with #0B176D

Text Example


Text Example

White with #0B176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,23,109); }

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

background-color css

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

 a { background-color: rgb(11,23,109); }

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

border-color css

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

 span { border-color: rgb(11,23,109); }

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