Html Css Color HEX #0D1896 Ultramarine

📋 copy color: '#0D1896'

red 13 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #0D1896

Tints of Ultramarine #0D1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 6.95%
G = 12.83%
B = 80.21%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D1896 (or 0x0D1896) is known color: Ultramarine. HEX triplet: 0D, 18 and 96. RGB value is (13,24,150). Sum of RGB (Red+Green+Blue) = 13+24+150=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D1896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1896 is #F2E769. Grayscale: #222222. Windows color (decimal): -15918954 or 9836557. OLE color: 9836557.

HSL color Cylindrical-coordinate representation of color #0D1896: hue angle of 235.18º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1896 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 24 150 -
CMYK 0.91 0.84 0 0.41
HSL 235.18º 0.84% 0.32% -
HSV(B) 235.18º 0.91% 0.59% -
XYZ 6 2.94 29.11 -
YUV 35.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 13 24 150 0.91 0.84 0 0.41 235.18 0.84 0.32
Hex D 18 96 5B 54 0 29 EB 54 20
Octal 15 30 226 133 124 0 51 353 124 40
Binary 1101 11000 10010110 1011011 1010100 0 101001 11101011 1010100 100000

Color Harmonies of #0D1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1896

Black with #0D1896

Text Example


Text Example

White with #0D1896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,150); }

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

background-color css

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

 a { background-color: rgb(13,24,150); }

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

border-color css

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

 span { border-color: rgb(13,24,150); }

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