Html Css Color HEX #0B035A Midnight Blue

📋 copy color: '#0B035A'

red 11 ◦ green 3 ◦ blue 90

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

Shades of Midnight Blue #0B035A

Tints of Midnight Blue #0B035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

 BLUE value IS 90 (35.55% from 255) = 86.54%

R = 10.58%
G = 2.88%
B = 86.54%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B035A (or 0x0B035A) is known color: Midnight Blue. HEX triplet: 0B, 03 and 5A. RGB value is (11,3,90). Sum of RGB (Red+Green+Blue) = 11+3+90=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B035A is #F4FCA5. Grayscale: #0E0E0E. Windows color (decimal): -16055462 or 5899019. OLE color: 5899019.

HSL color Cylindrical-coordinate representation of color #0B035A: hue angle of 245.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B035A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 3 90 -
CMYK 0.88 0.97 0 0.65
HSL 245.52º 0.94% 0.18% -
HSV(B) 245.52º 0.97% 0.35% -
XYZ 2.02 0.87 9.74 -
YUV 15.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 11 3 90 0.88 0.97 0 0.65 245.52 0.94 0.18
Hex B 3 5A 58 61 0 41 F6 5E 12
Octal 13 3 132 130 141 0 101 366 136 22
Binary 1011 11 1011010 1011000 1100001 0 1000001 11110110 1011110 10010

Color Harmonies of #0B035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B035A

Black with #0B035A

Text Example


Text Example

White with #0B035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,90); }

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

background-color css

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

 a { background-color: rgb(11,3,90); }

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

border-color css

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

 span { border-color: rgb(11,3,90); }

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