Html Css Color HEX #0D1998 Ultramarine

📋 copy color: '#0D1998'

red 13 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #0D1998

Tints of Ultramarine #0D1998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80%

R = 6.84%
G = 13.16%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D1998 (or 0x0D1998) is known color: Ultramarine. HEX triplet: 0D, 19 and 98. RGB value is (13,25,152). Sum of RGB (Red+Green+Blue) = 13+25+152=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D1998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1998 is #F2E667. Grayscale: #232323. Windows color (decimal): -15918696 or 9967885. OLE color: 9967885.

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

Color convert

RGB 13 25 152 -
CMYK 0.91 0.84 0 0.40
HSL 234.82º 0.84% 0.32% -
HSV(B) 234.82º 0.91% 0.6% -
XYZ 6.18 3.05 29.97 -
YUV 35.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 13 25 152 0.91 0.84 0 0.40 234.82 0.84 0.32
Hex D 19 98 5B 54 0 28 EB 54 20
Octal 15 31 230 133 124 0 50 353 124 40
Binary 1101 11001 10011000 1011011 1010100 0 101000 11101011 1010100 100000

Color Harmonies of #0D1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1998

Black with #0D1998

Text Example


Text Example

White with #0D1998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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