Html Css Color HEX #0B0990 Ultramarine

📋 copy color: '#0B0990'

red 11 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #0B0990

Tints of Ultramarine #0B0990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 144 (56.64% from 255) = 87.8%

R = 6.71%
G = 5.49%
B = 87.8%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0B0990 (or 0x0B0990) is known color: Ultramarine. HEX triplet: 0B, 09 and 90. RGB value is (11,9,144). Sum of RGB (Red+Green+Blue) = 11+9+144=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B0990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0990 is #F4F66F. Grayscale: #181818. Windows color (decimal): -16053872 or 9439499. OLE color: 9439499.

HSL color Cylindrical-coordinate representation of color #0B0990: hue angle of 240.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0990 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 11 9 144 -
CMYK 0.92 0.94 0 0.44
HSL 240.89º 0.88% 0.3% -
HSV(B) 240.89º 0.94% 0.56% -
XYZ 5.27 2.28 26.55 -
YUV 24.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 11 9 144 0.92 0.94 0 0.44 240.89 0.88 0.3
Hex B 9 90 5C 5E 0 2C F1 58 1E
Octal 13 11 220 134 136 0 54 361 130 36
Binary 1011 1001 10010000 1011100 1011110 0 101100 11110001 1011000 11110

Color Harmonies of #0B0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0990

Black with #0B0990

Text Example


Text Example

White with #0B0990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,9,144); }

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

background-color css

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

 a { background-color: rgb(11,9,144); }

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

border-color css

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

 span { border-color: rgb(11,9,144); }

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