Html Css Color HEX #0D1992 Ultramarine

📋 copy color: '#0D1992'

red 13 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #0D1992

Tints of Ultramarine #0D1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 7.07%
G = 13.59%
B = 79.35%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D1992 (or 0x0D1992) is known color: Ultramarine. HEX triplet: 0D, 19 and 92. RGB value is (13,25,146). Sum of RGB (Red+Green+Blue) = 13+25+146=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D1992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1992 is #F2E66D. Grayscale: #222222. Windows color (decimal): -15918702 or 9574669. OLE color: 9574669.

HSL color Cylindrical-coordinate representation of color #0D1992: hue angle of 234.59º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1992 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 25 146 -
CMYK 0.91 0.83 0 0.43
HSL 234.59º 0.84% 0.31% -
HSV(B) 234.59º 0.91% 0.57% -
XYZ 5.7 2.86 27.44 -
YUV 35.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 13 25 146 0.91 0.83 0 0.43 234.59 0.84 0.31
Hex D 19 92 5B 53 0 2B EB 54 1F
Octal 15 31 222 133 123 0 53 353 124 37
Binary 1101 11001 10010010 1011011 1010011 0 101011 11101011 1010100 11111

Color Harmonies of #0D1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1992

Black with #0D1992

Text Example


Text Example

White with #0D1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,25,146); }

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

background-color css

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

 a { background-color: rgb(13,25,146); }

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

border-color css

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

 span { border-color: rgb(13,25,146); }

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