Html Css Color HEX #0D1489 Ultramarine

📋 copy color: '#0D1489'

red 13 ◦ green 20 ◦ blue 137

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

Shades of Ultramarine #0D1489

Tints of Ultramarine #0D1489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 7.65%
G = 11.76%
B = 80.59%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D1489 (or 0x0D1489) is known color: Ultramarine. HEX triplet: 0D, 14 and 89. RGB value is (13,20,137). Sum of RGB (Red+Green+Blue) = 13+20+137=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D1489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1489 is #F2EB76. Grayscale: #1E1E1E. Windows color (decimal): -15919991 or 8983565. OLE color: 8983565.

HSL color Cylindrical-coordinate representation of color #0D1489: hue angle of 236.61º 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 #0D1489 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 20 137 -
CMYK 0.91 0.85 0 0.46
HSL 236.61º 0.83% 0.29% -
HSV(B) 236.61º 0.91% 0.54% -
XYZ 4.93 2.39 23.87 -
YUV 31.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 13 20 137 0.91 0.85 0 0.46 236.61 0.83 0.29
Hex D 14 89 5B 55 0 2E ED 53 1D
Octal 15 24 211 133 125 0 56 355 123 35
Binary 1101 10100 10001001 1011011 1010101 0 101110 11101101 1010011 11101

Color Harmonies of #0D1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1489

Black with #0D1489

Text Example


Text Example

White with #0D1489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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