Html Css Color HEX #0D149F Ultramarine

📋 copy color: '#0D149F'

red 13 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #0D149F

Tints of Ultramarine #0D149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 159 (62.5% from 255) = 82.81%

R = 6.77%
G = 10.42%
B = 82.81%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D149F (or 0x0D149F) is known color: Ultramarine. HEX triplet: 0D, 14 and 9F. RGB value is (13,20,159). Sum of RGB (Red+Green+Blue) = 13+20+159=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D149F is #F2EB60. Grayscale: #212121. Windows color (decimal): -15919969 or 10425357. OLE color: 10425357.

HSL color Cylindrical-coordinate representation of color #0D149F: hue angle of 237.12º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D149F is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 20 159 -
CMYK 0.92 0.87 0 0.38
HSL 237.12º 0.85% 0.34% -
HSV(B) 237.12º 0.92% 0.62% -
XYZ 6.67 3.09 33.05 -
YUV 33.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 13 20 159 0.92 0.87 0 0.38 237.12 0.85 0.34
Hex D 14 9F 5C 57 0 26 ED 55 22
Octal 15 24 237 134 127 0 46 355 125 42
Binary 1101 10100 10011111 1011100 1010111 0 100110 11101101 1010101 100010

Color Harmonies of #0D149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D149F

Black with #0D149F

Text Example


Text Example

White with #0D149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,159); }

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

background-color css

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

 a { background-color: rgb(13,20,159); }

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

border-color css

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

 span { border-color: rgb(13,20,159); }

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