#081C8A

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

Shades of Ultramarine #081C8A

Tints of Ultramarine #081C8A

Color information

#081C8A (or 0x081C8A) is unknown color: approx Ultramarine. HEX triplet: 08, 1C and 8A. RGB value is (8,28,138). Sum of RGB (Red+Green+Blue) = 8+28+138=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #081C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C8A is #F7E375. Grayscale: #222222. Windows color (decimal): -16245622 or 9051144. OLE color: 9051144.

HSL color Cylindrical-coordinate representation of color #081C8A: hue angle of 230.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081C8A is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB828138-
CMYK0.940.8000.46
HSL230.77º89.04%28.63%-
HSV(B)230.77º94.2%54.12%-
XYZ5.12.7224.3-
YUV34.56186.37109.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=4.60%
G=16.09%
B=79.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8281380.940.8000.46230.7789.0428.63
Hex81C8A5E5002Ee7591d
Octal103421213612005634713135
Binary1000111001000101010111101010000010111011100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C8A; }

 p { color: rgb(8,28,138); }

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

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

 a { background-color: rgb(8,28,138); }

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

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

 span { border-color: rgb(8,28,138); }

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