Html Css Color HEX #0D2090 Ultramarine

📋 copy color: '#0D2090'

red 13 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #0D2090

Tints of Ultramarine #0D2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 6.88%
G = 16.93%
B = 76.19%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D2090 (or 0x0D2090) is known color: Ultramarine. HEX triplet: 0D, 20 and 90. RGB value is (13,32,144). Sum of RGB (Red+Green+Blue) = 13+32+144=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D2090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2090 is #F2DF6F. Grayscale: #262626. Windows color (decimal): -15916912 or 9445389. OLE color: 9445389.

HSL color Cylindrical-coordinate representation of color #0D2090: hue angle of 231.3º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2090 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 32 144 -
CMYK 0.91 0.78 0 0.44
HSL 231.3º 0.83% 0.31% -
HSV(B) 231.3º 0.91% 0.56% -
XYZ 5.72 3.13 26.69 -
YUV 39.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 13 32 144 0.91 0.78 0 0.44 231.3 0.83 0.31
Hex D 20 90 5B 4E 0 2C E7 53 1F
Octal 15 40 220 133 116 0 54 347 123 37
Binary 1101 100000 10010000 1011011 1001110 0 101100 11100111 1010011 11111

Color Harmonies of #0D2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2090

Black with #0D2090

Text Example


Text Example

White with #0D2090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,144); }

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

background-color css

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

 a { background-color: rgb(13,32,144); }

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

border-color css

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

 span { border-color: rgb(13,32,144); }

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