Html Css Color HEX #081285 Ultramarine

📋 copy color: '#081285'

red 8 ◦ green 18 ◦ blue 133

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

Shades of Ultramarine #081285

Tints of Ultramarine #081285

RGB

 RED value IS 8 (3.52% from 255) = 5.03%

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

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

R = 5.03%
G = 11.32%
B = 83.65%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081285 (or 0x081285) is known color: Ultramarine. HEX triplet: 08, 12 and 85. RGB value is (8,18,133). Sum of RGB (Red+Green+Blue) = 8+18+133=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #081285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081285 is #F7ED7A. Grayscale: #1B1B1B. Windows color (decimal): -16248187 or 8720904. OLE color: 8720904.

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

Color convert

RGB 8 18 133 -
CMYK 0.94 0.86 0 0.48
HSL 235.2º 0.89% 0.28% -
HSV(B) 235.2º 0.94% 0.52% -
XYZ 4.55 2.18 22.37 -
YUV 28.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 8 18 133 0.94 0.86 0 0.48 235.2 0.89 0.28
Hex 8 12 85 5E 56 0 30 EB 59 1C
Octal 10 22 205 136 126 0 60 353 131 34
Binary 1000 10010 10000101 1011110 1010110 0 110000 11101011 1011001 11100

Color Harmonies of #081285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081285

Black with #081285

Text Example


Text Example

White with #081285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081285; }

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

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

background-color css

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

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

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

border-color css

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

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

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