Html Css Color HEX #0A0985 Ultramarine

📋 copy color: '#0A0985'

red 10 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #0A0985

Tints of Ultramarine #0A0985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

 BLUE value IS 133 (52.34% from 255) = 87.5%

R = 6.58%
G = 5.92%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A0985 (or 0x0A0985) is known color: Ultramarine. HEX triplet: 0A, 09 and 85. RGB value is (10,9,133). Sum of RGB (Red+Green+Blue) = 10+9+133=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0985 is #F5F67A. Grayscale: #161616. Windows color (decimal): -16119419 or 8718602. OLE color: 8718602.

HSL color Cylindrical-coordinate representation of color #0A0985: hue angle of 240.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0985 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 9 133 -
CMYK 0.92 0.93 0 0.48
HSL 240.48º 0.87% 0.28% -
HSV(B) 240.48º 0.93% 0.52% -
XYZ 4.46 1.95 22.33 -
YUV 23.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 10 9 133 0.92 0.93 0 0.48 240.48 0.87 0.28
Hex A 9 85 5C 5D 0 30 F0 57 1C
Octal 12 11 205 134 135 0 60 360 127 34
Binary 1010 1001 10000101 1011100 1011101 0 110000 11110000 1010111 11100

Color Harmonies of #0A0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0985

Black with #0A0985

Text Example


Text Example

White with #0A0985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,133); }

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

background-color css

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

 a { background-color: rgb(10,9,133); }

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

border-color css

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

 span { border-color: rgb(10,9,133); }

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