Html Css Color HEX #0B1389 Ultramarine

📋 copy color: '#0B1389'

red 11 ◦ green 19 ◦ blue 137

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

Shades of Ultramarine #0B1389

Tints of Ultramarine #0B1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 137 (53.91% from 255) = 82.04%

R = 6.59%
G = 11.38%
B = 82.04%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B1389 (or 0x0B1389) is known color: Ultramarine. HEX triplet: 0B, 13 and 89. RGB value is (11,19,137). Sum of RGB (Red+Green+Blue) = 11+19+137=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B1389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1389 is #F4EC76. Grayscale: #1D1D1D. Windows color (decimal): -16051319 or 8983307. OLE color: 8983307.

HSL color Cylindrical-coordinate representation of color #0B1389: hue angle of 236.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1389 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 19 137 -
CMYK 0.92 0.86 0 0.46
HSL 236.19º 0.85% 0.29% -
HSV(B) 236.19º 0.92% 0.54% -
XYZ 4.89 2.34 23.86 -
YUV 30.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 11 19 137 0.92 0.86 0 0.46 236.19 0.85 0.29
Hex B 13 89 5C 56 0 2E EC 55 1D
Octal 13 23 211 134 126 0 56 354 125 35
Binary 1011 10011 10001001 1011100 1010110 0 101110 11101100 1010101 11101

Color Harmonies of #0B1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1389

Black with #0B1389

Text Example


Text Example

White with #0B1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,19,137); }

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

background-color css

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

 a { background-color: rgb(11,19,137); }

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

border-color css

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

 span { border-color: rgb(11,19,137); }

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