Html Css Color HEX #0D1481 Ultramarine

📋 copy color: '#0D1481'

red 13 ◦ green 20 ◦ blue 129

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

Shades of Ultramarine #0D1481

Tints of Ultramarine #0D1481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 79.63%

R = 8.02%
G = 12.35%
B = 79.63%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D1481 (or 0x0D1481) is known color: Ultramarine. HEX triplet: 0D, 14 and 81. RGB value is (13,20,129). Sum of RGB (Red+Green+Blue) = 13+20+129=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 129 (50.78% from 255 or 79.63% from 162); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D1481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1481 is #F2EB7E. Grayscale: #1D1D1D. Windows color (decimal): -15919999 or 8459277. OLE color: 8459277.

HSL color Cylindrical-coordinate representation of color #0D1481: hue angle of 236.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1481 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 20 129 -
CMYK 0.90 0.84 0 0.49
HSL 236.38º 0.82% 0.28% -
HSV(B) 236.38º 0.9% 0.51% -
XYZ 4.38 2.17 20.96 -
YUV 30.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 13 20 129 0.90 0.84 0 0.49 236.38 0.82 0.28
Hex D 14 81 5A 54 0 31 EC 52 1C
Octal 15 24 201 132 124 0 61 354 122 34
Binary 1101 10100 10000001 1011010 1010100 0 110001 11101100 1010010 11100

Color Harmonies of #0D1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1481

Black with #0D1481

Text Example


Text Example

White with #0D1481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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