Html Css Color HEX #0D198E Ultramarine

📋 copy color: '#0D198E'

red 13 ◦ green 25 ◦ blue 142

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

Shades of Ultramarine #0D198E

Tints of Ultramarine #0D198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 78.89%

R = 7.22%
G = 13.89%
B = 78.89%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D198E (or 0x0D198E) is known color: Ultramarine. HEX triplet: 0D, 19 and 8E. RGB value is (13,25,142). Sum of RGB (Red+Green+Blue) = 13+25+142=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D198E is #F2E671. Grayscale: #222222. Windows color (decimal): -15918706 or 9312525. OLE color: 9312525.

HSL color Cylindrical-coordinate representation of color #0D198E: hue angle of 234.42º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D198E is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 25 142 -
CMYK 0.91 0.82 0 0.44
HSL 234.42º 0.83% 0.3% -
HSV(B) 234.42º 0.91% 0.56% -
XYZ 5.4 2.73 25.83 -
YUV 34.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 13 25 142 0.91 0.82 0 0.44 234.42 0.83 0.3
Hex D 19 8E 5B 52 0 2C EA 53 1E
Octal 15 31 216 133 122 0 54 352 123 36
Binary 1101 11001 10001110 1011011 1010010 0 101100 11101010 1010011 11110

Color Harmonies of #0D198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D198E

Black with #0D198E

Text Example


Text Example

White with #0D198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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