Html Css Color HEX #0D139C Ultramarine

📋 copy color: '#0D139C'

red 13 ◦ green 19 ◦ blue 156

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

Shades of Ultramarine #0D139C

Tints of Ultramarine #0D139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 156 (61.33% from 255) = 82.98%

R = 6.91%
G = 10.11%
B = 82.98%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D139C (or 0x0D139C) is known color: Ultramarine. HEX triplet: 0D, 13 and 9C. RGB value is (13,19,156). Sum of RGB (Red+Green+Blue) = 13+19+156=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D139C is #F2EC63. Grayscale: #202020. Windows color (decimal): -15920228 or 10228493. OLE color: 10228493.

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

Color convert

RGB 13 19 156 -
CMYK 0.92 0.88 0 0.39
HSL 237.48º 0.85% 0.33% -
HSV(B) 237.48º 0.92% 0.61% -
XYZ 6.4 2.95 31.68 -
YUV 32.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 13 19 156 0.92 0.88 0 0.39 237.48 0.85 0.33
Hex D 13 9C 5C 58 0 27 ED 55 21
Octal 15 23 234 134 130 0 47 355 125 41
Binary 1101 10011 10011100 1011100 1011000 0 100111 11101101 1010101 100001

Color Harmonies of #0D139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D139C

Black with #0D139C

Text Example


Text Example

White with #0D139C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,156); }

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

background-color css

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

 a { background-color: rgb(13,19,156); }

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

border-color css

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

 span { border-color: rgb(13,19,156); }

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