Html Css Color HEX #0B009D New Midnight Blue

📋 copy color: '#0B009D'

red 11 ◦ green 0 ◦ blue 157

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

Shades of New Midnight Blue #0B009D

Tints of New Midnight Blue #0B009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.55%
G = 0%
B = 93.45%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B009D (or 0x0B009D) is known color: New Midnight Blue. HEX triplet: 0B, 00 and 9D. RGB value is (11,0,157). Sum of RGB (Red+Green+Blue) = 11+0+157=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 157 (61.72% from 255 or 93.45% from 168); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B009D is #F4FF62. Grayscale: #141414. Windows color (decimal): -16056163 or 10289163. OLE color: 10289163.

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

Color convert

RGB 11 0 157 -
CMYK 0.93 1 0 0.38
HSL 244.2º 1% 0.31% -
HSV(B) 244.2º 1% 0.62% -
XYZ 6.22 2.51 32.05 -
YUV 21.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 11 0 157 0.93 1 0 0.38 244.2 1 0.31
Hex B 0 9D 5D 64 0 26 F4 64 1F
Octal 13 0 235 135 144 0 46 364 144 37
Binary 1011 0 10011101 1011101 1100100 0 100110 11110100 1100100 11111

Color Harmonies of #0B009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B009D

Black with #0B009D

Text Example


Text Example

White with #0B009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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