#081298

Color #081298 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #081298

Tints of Ultramarine #081298

Color information

#081298 (or 0x081298) is unknown color: approx Ultramarine. HEX triplet: 08, 12 and 98. RGB value is (8,18,152). Sum of RGB (Red+Green+Blue) = 8+18+152=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 152 (59.77% from 255 or 85.39% from 178); Max value from RGB is 152 - color contains mainly: blue. Hex color #081298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081298 is #F7ED67. Grayscale: #1D1D1D. Windows color (decimal): -16248168 or 9966088. OLE color: 9966088.

HSL color Cylindrical-coordinate representation of color #081298: hue angle of 235.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081298 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB818152-
CMYK0.950.8800.40
HSL235.83º90%31.37%-
HSV(B)235.83º94.74%59.61%-
XYZ5.982.7529.92-
YUV30.29196.69112.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 152 (59.77% from 255) = 85.39%
R=4.49%
G=10.11%
B=85.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8181520.950.8800.40235.839031.37
Hex812985F58028ec5a1f
Octal102223013713005035413237
Binary1000100101001100010111111011000010100011101100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081298; }

 p { color: rgb(8,18,152); }

 H1.HeaderClassName
 {
   color: #081298;
 }
 .AnyTagClassName
 {
   color: #081298;
 }
</style>
background-color css

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

 a { background-color: rgb(8,18,152); }

 div.DivClassName
 {
   background-color: #081298;
 }
 .BgClassName
 {
   background-color: #081298;
 }
</style>
border-color css

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

 span { border-color: rgb(8,18,152); }

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