Html Css Color HEX #0B0499 New Midnight Blue

📋 copy color: '#0B0499'

red 11 ◦ green 4 ◦ blue 153

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

Shades of New Midnight Blue #0B0499

Tints of New Midnight Blue #0B0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 153 (60.16% from 255) = 91.07%

R = 6.55%
G = 2.38%
B = 91.07%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B0499 (or 0x0B0499) is known color: New Midnight Blue. HEX triplet: 0B, 04 and 99. RGB value is (11,4,153). Sum of RGB (Red+Green+Blue) = 11+4+153=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 153 (60.16% from 255 or 91.07% from 168); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B0499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0499 is #F4FB66. Grayscale: #161616. Windows color (decimal): -16055143 or 10028043. OLE color: 10028043.

HSL color Cylindrical-coordinate representation of color #0B0499: hue angle of 242.82º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0499 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 4 153 -
CMYK 0.93 0.97 0 0.4
HSL 242.82º 0.95% 0.31% -
HSV(B) 242.82º 0.97% 0.6% -
XYZ 5.93 2.46 30.3 -
YUV 23.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 11 4 153 0.93 0.97 0 0.4 242.82 0.95 0.31
Hex B 4 99 5D 61 0 28 F3 5F 1F
Octal 13 4 231 135 141 0 50 363 137 37
Binary 1011 100 10011001 1011101 1100001 0 101000 11110011 1011111 11111

Color Harmonies of #0B0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0499

Black with #0B0499

Text Example


Text Example

White with #0B0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,153); }

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

background-color css

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

 a { background-color: rgb(11,4,153); }

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

border-color css

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

 span { border-color: rgb(11,4,153); }

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