Html Css Color HEX #0D178D Ultramarine

📋 copy color: '#0D178D'

red 13 ◦ green 23 ◦ blue 141

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

Shades of Ultramarine #0D178D

Tints of Ultramarine #0D178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

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

R = 7.34%
G = 12.99%
B = 79.66%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D178D (or 0x0D178D) is known color: Ultramarine. HEX triplet: 0D, 17 and 8D. RGB value is (13,23,141). Sum of RGB (Red+Green+Blue) = 13+23+141=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D178D is #F2E872. Grayscale: #202020. Windows color (decimal): -15919219 or 9246477. OLE color: 9246477.

HSL color Cylindrical-coordinate representation of color #0D178D: hue angle of 235.31º 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 #0D178D is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 23 141 -
CMYK 0.91 0.84 0 0.45
HSL 235.31º 0.83% 0.3% -
HSV(B) 235.31º 0.91% 0.55% -
XYZ 5.28 2.62 25.43 -
YUV 33.46 188.69 113.41 -
System Red Green Blue C M Y K H S L
Decimal 13 23 141 0.91 0.84 0 0.45 235.31 0.83 0.3
Hex D 17 8D 5B 54 0 2D EB 53 1E
Octal 15 27 215 133 124 0 55 353 123 36
Binary 1101 10111 10001101 1011011 1010100 0 101101 11101011 1010011 11110

Color Harmonies of #0D178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D178D

Black with #0D178D

Text Example


Text Example

White with #0D178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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