Html Css Color HEX #0E0687 Ultramarine

📋 copy color: '#0E0687'

red 14 ◦ green 6 ◦ blue 135

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

Shades of Ultramarine #0E0687

Tints of Ultramarine #0E0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 135 (53.13% from 255) = 87.1%

R = 9.03%
G = 3.87%
B = 87.1%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E0687 (or 0x0E0687) is known color: Ultramarine. HEX triplet: 0E, 06 and 87. RGB value is (14,6,135). Sum of RGB (Red+Green+Blue) = 14+6+135=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E0687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0687 is #F1F978. Grayscale: #161616. Windows color (decimal): -15858041 or 8848910. OLE color: 8848910.

HSL color Cylindrical-coordinate representation of color #0E0687: hue angle of 243.72º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0687 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 6 135 -
CMYK 0.90 0.96 0 0.47
HSL 243.72º 0.91% 0.28% -
HSV(B) 243.72º 0.96% 0.53% -
XYZ 4.62 1.97 23.06 -
YUV 23.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 14 6 135 0.90 0.96 0 0.47 243.72 0.91 0.28
Hex E 6 87 5A 60 0 2F F4 5B 1C
Octal 16 6 207 132 140 0 57 364 133 34
Binary 1110 110 10000111 1011010 1100000 0 101111 11110100 1011011 11100

Color Harmonies of #0E0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0687

Black with #0E0687

Text Example


Text Example

White with #0E0687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,135); }

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

background-color css

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

 a { background-color: rgb(14,6,135); }

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

border-color css

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

 span { border-color: rgb(14,6,135); }

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