Html Css Color HEX #0B1399 Ultramarine

📋 copy color: '#0B1399'

red 11 ◦ green 19 ◦ blue 153

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

Shades of Ultramarine #0B1399

Tints of Ultramarine #0B1399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 83.61%

R = 6.01%
G = 10.38%
B = 83.61%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B1399 (or 0x0B1399) is known color: Ultramarine. HEX triplet: 0B, 13 and 99. RGB value is (11,19,153). Sum of RGB (Red+Green+Blue) = 11+19+153=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B1399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1399 is #F4EC66. Grayscale: #1F1F1F. Windows color (decimal): -16051303 or 10031883. OLE color: 10031883.

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

Color convert

RGB 11 19 153 -
CMYK 0.93 0.88 0 0.4
HSL 236.62º 0.87% 0.32% -
HSV(B) 236.62º 0.93% 0.6% -
XYZ 6.12 2.84 30.36 -
YUV 31.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 11 19 153 0.93 0.88 0 0.4 236.62 0.87 0.32
Hex B 13 99 5D 58 0 28 ED 57 20
Octal 13 23 231 135 130 0 50 355 127 40
Binary 1011 10011 10011001 1011101 1011000 0 101000 11101101 1010111 100000

Color Harmonies of #0B1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1399

Black with #0B1399

Text Example


Text Example

White with #0B1399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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