Html Css Color HEX #0E1C9D Ultramarine

📋 copy color: '#0E1C9D'

red 14 ◦ green 28 ◦ blue 157

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

Shades of Ultramarine #0E1C9D

Tints of Ultramarine #0E1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 157 (61.72% from 255) = 78.89%

R = 7.04%
G = 14.07%
B = 78.89%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E1C9D (or 0x0E1C9D) is known color: Ultramarine. HEX triplet: 0E, 1C and 9D. RGB value is (14,28,157). Sum of RGB (Red+Green+Blue) = 14+28+157=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E1C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1C9D is #F1E362. Grayscale: #252525. Windows color (decimal): -15852387 or 10296334. OLE color: 10296334.

HSL color Cylindrical-coordinate representation of color #0E1C9D: hue angle of 234.13º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1C9D is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 28 157 -
CMYK 0.91 0.82 0 0.38
HSL 234.13º 0.84% 0.34% -
HSV(B) 234.13º 0.91% 0.62% -
XYZ 6.68 3.36 32.19 -
YUV 38.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 14 28 157 0.91 0.82 0 0.38 234.13 0.84 0.34
Hex E 1C 9D 5B 52 0 26 EA 54 22
Octal 16 34 235 133 122 0 46 352 124 42
Binary 1110 11100 10011101 1011011 1010010 0 100110 11101010 1010100 100010

Color Harmonies of #0E1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C9D

Black with #0E1C9D

Text Example


Text Example

White with #0E1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,28,157); }

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

background-color css

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

 a { background-color: rgb(14,28,157); }

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

border-color css

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

 span { border-color: rgb(14,28,157); }

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