Html Css Color HEX #0D1E89 Ultramarine

📋 copy color: '#0D1E89'

red 13 ◦ green 30 ◦ blue 137

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

Shades of Ultramarine #0D1E89

Tints of Ultramarine #0D1E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 76.11%

R = 7.22%
G = 16.67%
B = 76.11%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D1E89 (or 0x0D1E89) is known color: Ultramarine. HEX triplet: 0D, 1E and 89. RGB value is (13,30,137). Sum of RGB (Red+Green+Blue) = 13+30+137=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D1E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1E89 is #F2E176. Grayscale: #242424. Windows color (decimal): -15917431 or 8986125. OLE color: 8986125.

HSL color Cylindrical-coordinate representation of color #0D1E89: hue angle of 231.77º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1E89 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 30 137 -
CMYK 0.91 0.78 0 0.46
HSL 231.77º 0.83% 0.29% -
HSV(B) 231.77º 0.91% 0.54% -
XYZ 5.15 2.82 23.94 -
YUV 37.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 13 30 137 0.91 0.78 0 0.46 231.77 0.83 0.29
Hex D 1E 89 5B 4E 0 2E E8 53 1D
Octal 15 36 211 133 116 0 56 350 123 35
Binary 1101 11110 10001001 1011011 1001110 0 101110 11101000 1010011 11101

Color Harmonies of #0D1E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E89

Black with #0D1E89

Text Example


Text Example

White with #0D1E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,137); }

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

background-color css

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

 a { background-color: rgb(13,30,137); }

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

border-color css

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

 span { border-color: rgb(13,30,137); }

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