Html Css Color HEX #0D1597 Ultramarine

📋 copy color: '#0D1597'

red 13 ◦ green 21 ◦ blue 151

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

Shades of Ultramarine #0D1597

Tints of Ultramarine #0D1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

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

R = 7.03%
G = 11.35%
B = 81.62%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D1597 (or 0x0D1597) is known color: Ultramarine. HEX triplet: 0D, 15 and 97. RGB value is (13,21,151). Sum of RGB (Red+Green+Blue) = 13+21+151=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 151 (59.38% from 255 or 81.62% from 185); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1597 is #F2EA68. Grayscale: #202020. Windows color (decimal): -15919721 or 9901325. OLE color: 9901325.

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

Color convert

RGB 13 21 151 -
CMYK 0.91 0.86 0 0.41
HSL 236.52º 0.84% 0.32% -
HSV(B) 236.52º 0.91% 0.59% -
XYZ 6.02 2.86 29.51 -
YUV 33.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 13 21 151 0.91 0.86 0 0.41 236.52 0.84 0.32
Hex D 15 97 5B 56 0 29 ED 54 20
Octal 15 25 227 133 126 0 51 355 124 40
Binary 1101 10101 10010111 1011011 1010110 0 101001 11101101 1010100 100000

Color Harmonies of #0D1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1597

Black with #0D1597

Text Example


Text Example

White with #0D1597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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