Html Css Color HEX #0D0E85 Ultramarine

📋 copy color: '#0D0E85'

red 13 ◦ green 14 ◦ blue 133

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

Shades of Ultramarine #0D0E85

Tints of Ultramarine #0D0E85

RGB

 RED value IS 13 (5.47% from 255) = 8.13%

 GREEN value IS 14 (5.86% from 255) = 8.75%

 BLUE value IS 133 (52.34% from 255) = 83.13%

R = 8.13%
G = 8.75%
B = 83.13%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D0E85 (or 0x0D0E85) is known color: Ultramarine. HEX triplet: 0D, 0E and 85. RGB value is (13,14,133). Sum of RGB (Red+Green+Blue) = 13+14+133=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D0E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0E85 is #F2F17A. Grayscale: #1A1A1A. Windows color (decimal): -15921531 or 8719885. OLE color: 8719885.

HSL color Cylindrical-coordinate representation of color #0D0E85: hue angle of 239.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0E85 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 14 133 -
CMYK 0.90 0.89 0 0.48
HSL 239.5º 0.82% 0.29% -
HSV(B) 239.5º 0.9% 0.52% -
XYZ 4.56 2.09 22.35 -
YUV 27.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 13 14 133 0.90 0.89 0 0.48 239.5 0.82 0.29
Hex D E 85 5A 59 0 30 F0 52 1D
Octal 15 16 205 132 131 0 60 360 122 35
Binary 1101 1110 10000101 1011010 1011001 0 110000 11110000 1010010 11101

Color Harmonies of #0D0E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E85

Black with #0D0E85

Text Example


Text Example

White with #0D0E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,14,133); }

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

background-color css

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

 a { background-color: rgb(13,14,133); }

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

border-color css

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

 span { border-color: rgb(13,14,133); }

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