Html Css Color HEX #0B015C Midnight Blue

📋 copy color: '#0B015C'

red 11 ◦ green 1 ◦ blue 92

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

Shades of Midnight Blue #0B015C

Tints of Midnight Blue #0B015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 92 (36.33% from 255) = 88.46%

R = 10.58%
G = 0.96%
B = 88.46%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B015C (or 0x0B015C) is known color: Midnight Blue. HEX triplet: 0B, 01 and 5C. RGB value is (11,1,92). Sum of RGB (Red+Green+Blue) = 11+1+92=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 92 (36.33% from 255 or 88.46% from 104); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B015C is #F4FEA3. Grayscale: #0E0E0E. Windows color (decimal): -16055972 or 6029579. OLE color: 6029579.

HSL color Cylindrical-coordinate representation of color #0B015C: hue angle of 246.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B015C is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 1 92 -
CMYK 0.88 0.99 0 0.64
HSL 246.59º 0.98% 0.18% -
HSV(B) 246.59º 0.99% 0.36% -
XYZ 2.08 0.87 10.18 -
YUV 14.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 11 1 92 0.88 0.99 0 0.64 246.59 0.98 0.18
Hex B 1 5C 58 63 0 40 F7 62 12
Octal 13 1 134 130 143 0 100 367 142 22
Binary 1011 1 1011100 1011000 1100011 0 1000000 11110111 1100010 10010

Color Harmonies of #0B015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B015C

Black with #0B015C

Text Example


Text Example

White with #0B015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,92); }

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

background-color css

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

 a { background-color: rgb(11,1,92); }

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

border-color css

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

 span { border-color: rgb(11,1,92); }

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