Html Css Color HEX #0D1381 Ultramarine

📋 copy color: '#0D1381'

red 13 ◦ green 19 ◦ blue 129

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

Shades of Ultramarine #0D1381

Tints of Ultramarine #0D1381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 8.07%
G = 11.8%
B = 80.12%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D1381 (or 0x0D1381) is known color: Ultramarine. HEX triplet: 0D, 13 and 81. RGB value is (13,19,129). Sum of RGB (Red+Green+Blue) = 13+19+129=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 129 (50.78% from 255 or 80.12% from 161); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D1381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1381 is #F2EC7E. Grayscale: #1D1D1D. Windows color (decimal): -15920255 or 8459021. OLE color: 8459021.

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

Color convert

RGB 13 19 129 -
CMYK 0.90 0.85 0 0.49
HSL 236.9º 0.82% 0.28% -
HSV(B) 236.9º 0.9% 0.51% -
XYZ 4.36 2.14 20.95 -
YUV 29.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 13 19 129 0.90 0.85 0 0.49 236.9 0.82 0.28
Hex D 13 81 5A 55 0 31 ED 52 1C
Octal 15 23 201 132 125 0 61 355 122 34
Binary 1101 10011 10000001 1011010 1010101 0 110001 11101101 1010010 11100

Color Harmonies of #0D1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1381

Black with #0D1381

Text Example


Text Example

White with #0D1381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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