Html Css Color HEX #0B0895 Ultramarine

📋 copy color: '#0B0895'

red 11 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #0B0895

Tints of Ultramarine #0B0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 88.69%

R = 6.55%
G = 4.76%
B = 88.69%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B0895 (or 0x0B0895) is known color: Ultramarine. HEX triplet: 0B, 08 and 95. RGB value is (11,8,149). Sum of RGB (Red+Green+Blue) = 11+8+149=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B0895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0895 is #F4F76A. Grayscale: #181818. Windows color (decimal): -16054123 or 9766923. OLE color: 9766923.

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

Color convert

RGB 11 8 149 -
CMYK 0.93 0.95 0 0.42
HSL 241.28º 0.9% 0.31% -
HSV(B) 241.28º 0.95% 0.58% -
XYZ 5.65 2.41 28.6 -
YUV 24.97 197.99 118.04 -
System Red Green Blue C M Y K H S L
Decimal 11 8 149 0.93 0.95 0 0.42 241.28 0.9 0.31
Hex B 8 95 5D 5F 0 2A F1 5A 1F
Octal 13 10 225 135 137 0 52 361 132 37
Binary 1011 1000 10010101 1011101 1011111 0 101010 11110001 1011010 11111

Color Harmonies of #0B0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0895

Black with #0B0895

Text Example


Text Example

White with #0B0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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