Html Css Color HEX #0A088D Ultramarine

📋 copy color: '#0A088D'

red 10 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #0A088D

Tints of Ultramarine #0A088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 6.29%
G = 5.03%
B = 88.68%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A088D (or 0x0A088D) is known color: Ultramarine. HEX triplet: 0A, 08 and 8D. RGB value is (10,8,141). Sum of RGB (Red+Green+Blue) = 10+8+141=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A088D is #F5F772. Grayscale: #171717. Windows color (decimal): -16119667 or 9242634. OLE color: 9242634.

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

Color convert

RGB 10 8 141 -
CMYK 0.93 0.94 0 0.45
HSL 240.9º 0.89% 0.29% -
HSV(B) 240.9º 0.94% 0.55% -
XYZ 5.02 2.16 25.35 -
YUV 23.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 10 8 141 0.93 0.94 0 0.45 240.9 0.89 0.29
Hex A 8 8D 5D 5E 0 2D F1 59 1D
Octal 12 10 215 135 136 0 55 361 131 35
Binary 1010 1000 10001101 1011101 1011110 0 101101 11110001 1011001 11101

Color Harmonies of #0A088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A088D

Black with #0A088D

Text Example


Text Example

White with #0A088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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