Html Css Color HEX #0D179A Ultramarine

📋 copy color: '#0D179A'

red 13 ◦ green 23 ◦ blue 154

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

Shades of Ultramarine #0D179A

Tints of Ultramarine #0D179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 81.05%

R = 6.84%
G = 12.11%
B = 81.05%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D179A (or 0x0D179A) is known color: Ultramarine. HEX triplet: 0D, 17 and 9A. RGB value is (13,23,154). Sum of RGB (Red+Green+Blue) = 13+23+154=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D179A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D179A is #F2E865. Grayscale: #222222. Windows color (decimal): -15919206 or 10098445. OLE color: 10098445.

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

Color convert

RGB 13 23 154 -
CMYK 0.92 0.85 0 0.40
HSL 235.74º 0.84% 0.33% -
HSV(B) 235.74º 0.92% 0.6% -
XYZ 6.31 3.03 30.82 -
YUV 34.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 13 23 154 0.92 0.85 0 0.40 235.74 0.84 0.33
Hex D 17 9A 5C 55 0 28 EC 54 21
Octal 15 27 232 134 125 0 50 354 124 41
Binary 1101 10111 10011010 1011100 1010101 0 101000 11101100 1010100 100001

Color Harmonies of #0D179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D179A

Black with #0D179A

Text Example


Text Example

White with #0D179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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