Html Css Color HEX #0D1898 Ultramarine

📋 copy color: '#0D1898'

red 13 ◦ green 24 ◦ blue 152

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

Shades of Ultramarine #0D1898

Tints of Ultramarine #0D1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 152 (59.77% from 255) = 80.42%

R = 6.88%
G = 12.7%
B = 80.42%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D1898 (or 0x0D1898) is known color: Ultramarine. HEX triplet: 0D, 18 and 98. RGB value is (13,24,152). Sum of RGB (Red+Green+Blue) = 13+24+152=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D1898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1898 is #F2E767. Grayscale: #222222. Windows color (decimal): -15918952 or 9967629. OLE color: 9967629.

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

Color convert

RGB 13 24 152 -
CMYK 0.91 0.84 0 0.40
HSL 235.25º 0.84% 0.32% -
HSV(B) 235.25º 0.91% 0.6% -
XYZ 6.16 3.01 29.96 -
YUV 35.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 13 24 152 0.91 0.84 0 0.40 235.25 0.84 0.32
Hex D 18 98 5B 54 0 28 EB 54 20
Octal 15 30 230 133 124 0 50 353 124 40
Binary 1101 11000 10011000 1011011 1010100 0 101000 11101011 1010100 100000

Color Harmonies of #0D1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1898

Black with #0D1898

Text Example


Text Example

White with #0D1898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,152); }

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

background-color css

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

 a { background-color: rgb(13,24,152); }

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

border-color css

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

 span { border-color: rgb(13,24,152); }

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