Html Css Color HEX #0B1797 Ultramarine

📋 copy color: '#0B1797'

red 11 ◦ green 23 ◦ blue 151

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

Shades of Ultramarine #0B1797

Tints of Ultramarine #0B1797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 151 (59.38% from 255) = 81.62%

R = 5.95%
G = 12.43%
B = 81.62%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B1797 (or 0x0B1797) is known color: Ultramarine. HEX triplet: 0B, 17 and 97. RGB value is (11,23,151). Sum of RGB (Red+Green+Blue) = 11+23+151=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 151 (59.38% from 255 or 81.62% from 185); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B1797 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1797 is #F4E868. Grayscale: #212121. Windows color (decimal): -16050281 or 9901835. OLE color: 9901835.

HSL color Cylindrical-coordinate representation of color #0B1797: hue angle of 234.86º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1797 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 23 151 -
CMYK 0.93 0.85 0 0.41
HSL 234.86º 0.86% 0.32% -
HSV(B) 234.86º 0.93% 0.59% -
XYZ 6.03 2.92 29.52 -
YUV 34 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 11 23 151 0.93 0.85 0 0.41 234.86 0.86 0.32
Hex B 17 97 5D 55 0 29 EB 56 20
Octal 13 27 227 135 125 0 51 353 126 40
Binary 1011 10111 10010111 1011101 1010101 0 101001 11101011 1010110 100000

Color Harmonies of #0B1797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1797

Black with #0B1797

Text Example


Text Example

White with #0B1797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,23,151); }

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

background-color css

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

 a { background-color: rgb(11,23,151); }

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

border-color css

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

 span { border-color: rgb(11,23,151); }

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