Html Css Color HEX #0B0899 Ultramarine

📋 copy color: '#0B0899'

red 11 ◦ green 8 ◦ blue 153

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

Shades of Ultramarine #0B0899

Tints of Ultramarine #0B0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 6.4%
G = 4.65%
B = 88.95%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B0899 (or 0x0B0899) is known color: Ultramarine. HEX triplet: 0B, 08 and 99. RGB value is (11,8,153). Sum of RGB (Red+Green+Blue) = 11+8+153=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B0899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0899 is #F4F766. Grayscale: #181818. Windows color (decimal): -16054119 or 10029067. OLE color: 10029067.

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

Color convert

RGB 11 8 153 -
CMYK 0.93 0.95 0 0.4
HSL 241.24º 0.9% 0.32% -
HSV(B) 241.24º 0.95% 0.6% -
XYZ 5.97 2.54 30.31 -
YUV 25.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 11 8 153 0.93 0.95 0 0.4 241.24 0.9 0.32
Hex B 8 99 5D 5F 0 28 F1 5A 20
Octal 13 10 231 135 137 0 50 361 132 40
Binary 1011 1000 10011001 1011101 1011111 0 101000 11110001 1011010 100000

Color Harmonies of #0B0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0899

Black with #0B0899

Text Example


Text Example

White with #0B0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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