Html Css Color HEX #0B1298 Ultramarine

📋 copy color: '#0B1298'

red 11 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #0B1298

Tints of Ultramarine #0B1298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 83.98%

R = 6.08%
G = 9.94%
B = 83.98%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B1298 (or 0x0B1298) is known color: Ultramarine. HEX triplet: 0B, 12 and 98. RGB value is (11,18,152). Sum of RGB (Red+Green+Blue) = 11+18+152=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B1298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1298 is #F4ED67. Grayscale: #1E1E1E. Windows color (decimal): -16051560 or 9966091. OLE color: 9966091.

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

Color convert

RGB 11 18 152 -
CMYK 0.93 0.88 0 0.40
HSL 237.02º 0.87% 0.32% -
HSV(B) 237.02º 0.93% 0.6% -
XYZ 6.02 2.77 29.92 -
YUV 31.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 11 18 152 0.93 0.88 0 0.40 237.02 0.87 0.32
Hex B 12 98 5D 58 0 28 ED 57 20
Octal 13 22 230 135 130 0 50 355 127 40
Binary 1011 10010 10011000 1011101 1011000 0 101000 11101101 1010111 100000

Color Harmonies of #0B1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1298

Black with #0B1298

Text Example


Text Example

White with #0B1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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