Html Css Color HEX #0B1995 Ultramarine

📋 copy color: '#0B1995'

red 11 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #0B1995

Tints of Ultramarine #0B1995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 5.95%
G = 13.51%
B = 80.54%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B1995 (or 0x0B1995) is known color: Ultramarine. HEX triplet: 0B, 19 and 95. RGB value is (11,25,149). Sum of RGB (Red+Green+Blue) = 11+25+149=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B1995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1995 is #F4E66A. Grayscale: #222222. Windows color (decimal): -16049771 or 9771275. OLE color: 9771275.

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

Color convert

RGB 11 25 149 -
CMYK 0.93 0.83 0 0.42
HSL 233.91º 0.86% 0.31% -
HSV(B) 233.91º 0.93% 0.58% -
XYZ 5.91 2.94 28.69 -
YUV 34.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 11 25 149 0.93 0.83 0 0.42 233.91 0.86 0.31
Hex B 19 95 5D 53 0 2A EA 56 1F
Octal 13 31 225 135 123 0 52 352 126 37
Binary 1011 11001 10010101 1011101 1010011 0 101010 11101010 1010110 11111

Color Harmonies of #0B1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1995

Black with #0B1995

Text Example


Text Example

White with #0B1995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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