Html Css Color HEX #0D1A87 Ultramarine

📋 copy color: '#0D1A87'

red 13 ◦ green 26 ◦ blue 135

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

Shades of Ultramarine #0D1A87

Tints of Ultramarine #0D1A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 135 (53.13% from 255) = 77.59%

R = 7.47%
G = 14.94%
B = 77.59%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D1A87 (or 0x0D1A87) is known color: Ultramarine. HEX triplet: 0D, 1A and 87. RGB value is (13,26,135). Sum of RGB (Red+Green+Blue) = 13+26+135=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1A87 is #F2E578. Grayscale: #222222. Windows color (decimal): -15918457 or 8854029. OLE color: 8854029.

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

Color convert

RGB 13 26 135 -
CMYK 0.90 0.81 0 0.47
HSL 233.61º 0.82% 0.29% -
HSV(B) 233.61º 0.9% 0.53% -
XYZ 4.91 2.57 23.16 -
YUV 34.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 13 26 135 0.90 0.81 0 0.47 233.61 0.82 0.29
Hex D 1A 87 5A 51 0 2F EA 52 1D
Octal 15 32 207 132 121 0 57 352 122 35
Binary 1101 11010 10000111 1011010 1010001 0 101111 11101010 1010010 11101

Color Harmonies of #0D1A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A87

Black with #0D1A87

Text Example


Text Example

White with #0D1A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,26,135); }

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

background-color css

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

 a { background-color: rgb(13,26,135); }

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

border-color css

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

 span { border-color: rgb(13,26,135); }

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