Html Css Color HEX #0E0B95 Ultramarine

📋 copy color: '#0E0B95'

red 14 ◦ green 11 ◦ blue 149

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

Shades of Ultramarine #0E0B95

Tints of Ultramarine #0E0B95

RGB

 RED value IS 14 (5.86% from 255) = 8.05%

 GREEN value IS 11 (4.69% from 255) = 6.32%

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

R = 8.05%
G = 6.32%
B = 85.63%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E0B95 (or 0x0E0B95) is known color: Ultramarine. HEX triplet: 0E, 0B and 95. RGB value is (14,11,149). Sum of RGB (Red+Green+Blue) = 14+11+149=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E0B95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0B95 is #F1F46A. Grayscale: #1B1B1B. Windows color (decimal): -15856747 or 9767694. OLE color: 9767694.

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

Color convert

RGB 14 11 149 -
CMYK 0.91 0.93 0 0.42
HSL 241.3º 0.86% 0.31% -
HSV(B) 241.3º 0.93% 0.58% -
XYZ 5.73 2.5 28.62 -
YUV 27.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 14 11 149 0.91 0.93 0 0.42 241.3 0.86 0.31
Hex E B 95 5B 5D 0 2A F1 56 1F
Octal 16 13 225 133 135 0 52 361 126 37
Binary 1110 1011 10010101 1011011 1011101 0 101010 11110001 1010110 11111

Color Harmonies of #0E0B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B95

Black with #0E0B95

Text Example


Text Example

White with #0E0B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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