Html Css Color HEX #0D198D Ultramarine

📋 copy color: '#0D198D'

red 13 ◦ green 25 ◦ blue 141

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

Shades of Ultramarine #0D198D

Tints of Ultramarine #0D198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 78.77%

R = 7.26%
G = 13.97%
B = 78.77%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D198D (or 0x0D198D) is known color: Ultramarine. HEX triplet: 0D, 19 and 8D. RGB value is (13,25,141). Sum of RGB (Red+Green+Blue) = 13+25+141=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D198D is #F2E672. Grayscale: #222222. Windows color (decimal): -15918707 or 9246989. OLE color: 9246989.

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

Color convert

RGB 13 25 141 -
CMYK 0.91 0.82 0 0.45
HSL 234.38º 0.83% 0.3% -
HSV(B) 234.38º 0.91% 0.55% -
XYZ 5.32 2.7 25.44 -
YUV 34.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 13 25 141 0.91 0.82 0 0.45 234.38 0.83 0.3
Hex D 19 8D 5B 52 0 2D EA 53 1E
Octal 15 31 215 133 122 0 55 352 123 36
Binary 1101 11001 10001101 1011011 1010010 0 101101 11101010 1010011 11110

Color Harmonies of #0D198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D198D

Black with #0D198D

Text Example


Text Example

White with #0D198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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