Html Css Color HEX #0E0F7F Ultramarine

📋 copy color: '#0E0F7F'

red 14 ◦ green 15 ◦ blue 127

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

Shades of Ultramarine #0E0F7F

Tints of Ultramarine #0E0F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

 BLUE value IS 127 (50% from 255) = 81.41%

R = 8.97%
G = 9.62%
B = 81.41%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0E0F7F (or 0x0E0F7F) is known color: Ultramarine. HEX triplet: 0E, 0F and 7F. RGB value is (14,15,127). Sum of RGB (Red+Green+Blue) = 14+15+127=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E0F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0F7F is #F1F080. Grayscale: #1B1B1B. Windows color (decimal): -15855745 or 8326926. OLE color: 8326926.

HSL color Cylindrical-coordinate representation of color #0E0F7F: hue angle of 239.47º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0F7F is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 15 127 -
CMYK 0.89 0.88 0 0.50
HSL 239.47º 0.8% 0.28% -
HSV(B) 239.47º 0.89% 0.5% -
XYZ 4.18 1.97 20.24 -
YUV 27.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 14 15 127 0.89 0.88 0 0.50 239.47 0.8 0.28
Hex E F 7F 59 58 0 32 EF 50 1C
Octal 16 17 177 131 130 0 62 357 120 34
Binary 1110 1111 1111111 1011001 1011000 0 110010 11101111 1010000 11100

Color Harmonies of #0E0F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F7F

Black with #0E0F7F

Text Example


Text Example

White with #0E0F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,15,127); }

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

background-color css

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

 a { background-color: rgb(14,15,127); }

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

border-color css

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

 span { border-color: rgb(14,15,127); }

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