Html Css Color HEX #0B1992 Ultramarine

📋 copy color: '#0B1992'

red 11 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #0B1992

Tints of Ultramarine #0B1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 6.04%
G = 13.74%
B = 80.22%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0B1992 (or 0x0B1992) is known color: Ultramarine. HEX triplet: 0B, 19 and 92. RGB value is (11,25,146). Sum of RGB (Red+Green+Blue) = 11+25+146=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B1992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1992 is #F4E66D. Grayscale: #222222. Windows color (decimal): -16049774 or 9574667. OLE color: 9574667.

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

Color convert

RGB 11 25 146 -
CMYK 0.92 0.83 0 0.43
HSL 233.78º 0.86% 0.31% -
HSV(B) 233.78º 0.92% 0.57% -
XYZ 5.67 2.84 27.44 -
YUV 34.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 11 25 146 0.92 0.83 0 0.43 233.78 0.86 0.31
Hex B 19 92 5C 53 0 2B EA 56 1F
Octal 13 31 222 134 123 0 53 352 126 37
Binary 1011 11001 10010010 1011100 1010011 0 101011 11101010 1010110 11111

Color Harmonies of #0B1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1992

Black with #0B1992

Text Example


Text Example

White with #0B1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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