Html Css Color HEX #0D198F Ultramarine

📋 copy color: '#0D198F'

red 13 ◦ green 25 ◦ blue 143

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

Shades of Ultramarine #0D198F

Tints of Ultramarine #0D198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 79.01%

R = 7.18%
G = 13.81%
B = 79.01%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D198F (or 0x0D198F) is known color: Ultramarine. HEX triplet: 0D, 19 and 8F. RGB value is (13,25,143). Sum of RGB (Red+Green+Blue) = 13+25+143=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 143 (56.25% from 255 or 79.01% from 181); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D198F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D198F is #F2E670. Grayscale: #222222. Windows color (decimal): -15918705 or 9378061. OLE color: 9378061.

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

Color convert

RGB 13 25 143 -
CMYK 0.91 0.83 0 0.44
HSL 234.46º 0.83% 0.31% -
HSV(B) 234.46º 0.91% 0.56% -
XYZ 5.47 2.76 26.23 -
YUV 34.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 13 25 143 0.91 0.83 0 0.44 234.46 0.83 0.31
Hex D 19 8F 5B 53 0 2C EA 53 1F
Octal 15 31 217 133 123 0 54 352 123 37
Binary 1101 11001 10001111 1011011 1010011 0 101100 11101010 1010011 11111

Color Harmonies of #0D198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D198F

Black with #0D198F

Text Example


Text Example

White with #0D198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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