Html Css Color HEX #0D1997 Ultramarine

📋 copy color: '#0D1997'

red 13 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #0D1997

Tints of Ultramarine #0D1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.89%

R = 6.88%
G = 13.23%
B = 79.89%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D1997 (or 0x0D1997) is known color: Ultramarine. HEX triplet: 0D, 19 and 97. RGB value is (13,25,151). Sum of RGB (Red+Green+Blue) = 13+25+151=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1997 is #F2E668. Grayscale: #232323. Windows color (decimal): -15918697 or 9902349. OLE color: 9902349.

HSL color Cylindrical-coordinate representation of color #0D1997: hue angle of 234.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1997 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 25 151 -
CMYK 0.91 0.83 0 0.41
HSL 234.78º 0.84% 0.32% -
HSV(B) 234.78º 0.91% 0.59% -
XYZ 6.1 3.02 29.54 -
YUV 35.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 13 25 151 0.91 0.83 0 0.41 234.78 0.84 0.32
Hex D 19 97 5B 53 0 29 EB 54 20
Octal 15 31 227 133 123 0 51 353 124 40
Binary 1101 11001 10010111 1011011 1010011 0 101001 11101011 1010100 100000

Color Harmonies of #0D1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1997

Black with #0D1997

Text Example


Text Example

White with #0D1997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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