Html Css Color HEX #0D0298 Ultramarine

📋 copy color: '#0D0298'

red 13 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #0D0298

Tints of Ultramarine #0D0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 7.78%
G = 1.2%
B = 91.02%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D0298 (or 0x0D0298) is known color: Ultramarine. HEX triplet: 0D, 02 and 98. RGB value is (13,2,152). Sum of RGB (Red+Green+Blue) = 13+2+152=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 152 (59.77% from 255 or 91.02% from 167); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D0298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0298 is #F2FD67. Grayscale: #151515. Windows color (decimal): -15924584 or 9961997. OLE color: 9961997.

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

Color convert

RGB 13 2 152 -
CMYK 0.91 0.99 0 0.40
HSL 244.4º 0.97% 0.3% -
HSV(B) 244.4º 0.99% 0.6% -
XYZ 5.86 2.4 29.86 -
YUV 22.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 13 2 152 0.91 0.99 0 0.40 244.4 0.97 0.3
Hex D 2 98 5B 63 0 28 F4 61 1E
Octal 15 2 230 133 143 0 50 364 141 36
Binary 1101 10 10011000 1011011 1100011 0 101000 11110100 1100001 11110

Color Harmonies of #0D0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0298

Black with #0D0298

Text Example


Text Example

White with #0D0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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