Html Css Color HEX #0A1296 Ultramarine

📋 copy color: '#0A1296'

red 10 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #0A1296

Tints of Ultramarine #0A1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 150 (58.98% from 255) = 84.27%

R = 5.62%
G = 10.11%
B = 84.27%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A1296 (or 0x0A1296) is known color: Ultramarine. HEX triplet: 0A, 12 and 96. RGB value is (10,18,150). Sum of RGB (Red+Green+Blue) = 10+18+150=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A1296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1296 is #F5ED69. Grayscale: #1E1E1E. Windows color (decimal): -16117098 or 9835018. OLE color: 9835018.

HSL color Cylindrical-coordinate representation of color #0A1296: hue angle of 236.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1296 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 18 150 -
CMYK 0.93 0.88 0 0.41
HSL 236.57º 0.88% 0.31% -
HSV(B) 236.57º 0.93% 0.59% -
XYZ 5.85 2.7 29.07 -
YUV 30.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 10 18 150 0.93 0.88 0 0.41 236.57 0.88 0.31
Hex A 12 96 5D 58 0 29 ED 58 1F
Octal 12 22 226 135 130 0 51 355 130 37
Binary 1010 10010 10010110 1011101 1011000 0 101001 11101101 1011000 11111

Color Harmonies of #0A1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1296

Black with #0A1296

Text Example


Text Example

White with #0A1296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,18,150); }

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

background-color css

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

 a { background-color: rgb(10,18,150); }

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

border-color css

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

 span { border-color: rgb(10,18,150); }

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