Html Css Color HEX #0B1A4B Midnight Express

📋 copy color: '#0B1A4B'

red 11 ◦ green 26 ◦ blue 75

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

Shades of Midnight Express #0B1A4B

Tints of Midnight Express #0B1A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.21%

 BLUE value IS 75 (29.69% from 255) = 66.96%

R = 9.82%
G = 23.21%
B = 66.96%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B1A4B (or 0x0B1A4B) is known color: Midnight Express. HEX triplet: 0B, 1A and 4B. RGB value is (11,26,75). Sum of RGB (Red+Green+Blue) = 11+26+75=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B1A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A4B is #F4E5B4. Grayscale: #1A1A1A. Windows color (decimal): -16049589 or 4921867. OLE color: 4921867.

HSL color Cylindrical-coordinate representation of color #0B1A4B: hue angle of 225.94º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1A4B is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 26 75 -
CMYK 0.85 0.65 0 0.71
HSL 225.94º 0.74% 0.17% -
HSV(B) 225.94º 0.85% 0.29% -
XYZ 1.78 1.32 6.82 -
YUV 27.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 11 26 75 0.85 0.65 0 0.71 225.94 0.74 0.17
Hex B 1A 4B 55 41 0 47 E2 4A 11
Octal 13 32 113 125 101 0 107 342 112 21
Binary 1011 11010 1001011 1010101 1000001 0 1000111 11100010 1001010 10001

Color Harmonies of #0B1A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A4B

Black with #0B1A4B

Text Example


Text Example

White with #0B1A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,75); }

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

background-color css

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

 a { background-color: rgb(11,26,75); }

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

border-color css

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

 span { border-color: rgb(11,26,75); }

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