Html Css Color HEX #0A048D Ultramarine

📋 copy color: '#0A048D'

red 10 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #0A048D

Tints of Ultramarine #0A048D

RGB

 RED value IS 10 (4.3% from 255) = 6.45%

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 141 (55.47% from 255) = 90.97%

R = 6.45%
G = 2.58%
B = 90.97%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A048D (or 0x0A048D) is known color: Ultramarine. HEX triplet: 0A, 04 and 8D. RGB value is (10,4,141). Sum of RGB (Red+Green+Blue) = 10+4+141=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A048D is #F5FB72. Grayscale: #141414. Windows color (decimal): -16120691 or 9241610. OLE color: 9241610.

HSL color Cylindrical-coordinate representation of color #0A048D: hue angle of 242.63º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A048D is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 4 141 -
CMYK 0.93 0.97 0 0.45
HSL 242.63º 0.94% 0.28% -
HSV(B) 242.63º 0.97% 0.55% -
XYZ 4.98 2.07 25.34 -
YUV 21.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 10 4 141 0.93 0.97 0 0.45 242.63 0.94 0.28
Hex A 4 8D 5D 61 0 2D F3 5E 1C
Octal 12 4 215 135 141 0 55 363 136 34
Binary 1010 100 10001101 1011101 1100001 0 101101 11110011 1011110 11100

Color Harmonies of #0A048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A048D

Black with #0A048D

Text Example


Text Example

White with #0A048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,141); }

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

background-color css

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

 a { background-color: rgb(10,4,141); }

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

border-color css

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

 span { border-color: rgb(10,4,141); }

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