Html Css Color HEX #0A0092 Ultramarine

📋 copy color: '#0A0092'

red 10 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #0A0092

Tints of Ultramarine #0A0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 93.59%

R = 6.41%
G = 0%
B = 93.59%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A0092 (or 0x0A0092) is known color: Ultramarine. HEX triplet: 0A, 00 and 92. RGB value is (10,0,146). Sum of RGB (Red+Green+Blue) = 10+0+146=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A0092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0092 is #F5FF6D. Grayscale: #131313. Windows color (decimal): -16121710 or 9568266. OLE color: 9568266.

HSL color Cylindrical-coordinate representation of color #0A0092: hue angle of 244.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0092 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 0 146 -
CMYK 0.93 1 0 0.43
HSL 244.11º 1% 0.29% -
HSV(B) 244.11º 1% 0.57% -
XYZ 5.31 2.14 27.33 -
YUV 19.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 10 0 146 0.93 1 0 0.43 244.11 1 0.29
Hex A 0 92 5D 64 0 2B F4 64 1D
Octal 12 0 222 135 144 0 53 364 144 35
Binary 1010 0 10010010 1011101 1100100 0 101011 11110100 1100100 11101

Color Harmonies of #0A0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0092

Black with #0A0092

Text Example


Text Example

White with #0A0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,146); }

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

background-color css

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

 a { background-color: rgb(10,0,146); }

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

border-color css

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

 span { border-color: rgb(10,0,146); }

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