Html Css Color HEX #0B1496 Ultramarine

📋 copy color: '#0B1496'

red 11 ◦ green 20 ◦ blue 150

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

Shades of Ultramarine #0B1496

Tints of Ultramarine #0B1496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

 BLUE value IS 150 (58.98% from 255) = 82.87%

R = 6.08%
G = 11.05%
B = 82.87%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B1496 (or 0x0B1496) is known color: Ultramarine. HEX triplet: 0B, 14 and 96. RGB value is (11,20,150). Sum of RGB (Red+Green+Blue) = 11+20+150=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B1496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1496 is #F4EB69. Grayscale: #1F1F1F. Windows color (decimal): -16051050 or 9835531. OLE color: 9835531.

HSL color Cylindrical-coordinate representation of color #0B1496: hue angle of 236.12º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1496 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 20 150 -
CMYK 0.93 0.87 0 0.41
HSL 236.12º 0.86% 0.32% -
HSV(B) 236.12º 0.93% 0.59% -
XYZ 5.89 2.77 29.08 -
YUV 32.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 11 20 150 0.93 0.87 0 0.41 236.12 0.86 0.32
Hex B 14 96 5D 57 0 29 EC 56 20
Octal 13 24 226 135 127 0 51 354 126 40
Binary 1011 10100 10010110 1011101 1010111 0 101001 11101100 1010110 100000

Color Harmonies of #0B1496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1496

Black with #0B1496

Text Example


Text Example

White with #0B1496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,20,150); }

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

background-color css

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

 a { background-color: rgb(11,20,150); }

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

border-color css

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

 span { border-color: rgb(11,20,150); }

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