Html Css Color HEX #0B1295 Ultramarine

📋 copy color: '#0B1295'

red 11 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #0B1295

Tints of Ultramarine #0B1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

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

R = 6.18%
G = 10.11%
B = 83.71%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B1295 (or 0x0B1295) is known color: Ultramarine. HEX triplet: 0B, 12 and 95. RGB value is (11,18,149). Sum of RGB (Red+Green+Blue) = 11+18+149=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B1295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1295 is #F4ED6A. Grayscale: #1E1E1E. Windows color (decimal): -16051563 or 9769483. OLE color: 9769483.

HSL color Cylindrical-coordinate representation of color #0B1295: hue angle of 236.96º 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 #0B1295 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 18 149 -
CMYK 0.93 0.88 0 0.42
HSL 236.96º 0.86% 0.31% -
HSV(B) 236.96º 0.93% 0.58% -
XYZ 5.78 2.67 28.65 -
YUV 30.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 11 18 149 0.93 0.88 0 0.42 236.96 0.86 0.31
Hex B 12 95 5D 58 0 2A ED 56 1F
Octal 13 22 225 135 130 0 52 355 126 37
Binary 1011 10010 10010101 1011101 1011000 0 101010 11101101 1010110 11111

Color Harmonies of #0B1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1295

Black with #0B1295

Text Example


Text Example

White with #0B1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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