Html Css Color HEX #081485 Ultramarine

📋 copy color: '#081485'

red 8 ◦ green 20 ◦ blue 133

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

Shades of Ultramarine #081485

Tints of Ultramarine #081485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 4.97%
G = 12.42%
B = 82.61%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081485 (or 0x081485) is known color: Ultramarine. HEX triplet: 08, 14 and 85. RGB value is (8,20,133). Sum of RGB (Red+Green+Blue) = 8+20+133=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #081485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081485 is #F7EB7A. Grayscale: #1C1C1C. Windows color (decimal): -16247675 or 8721416. OLE color: 8721416.

HSL color Cylindrical-coordinate representation of color #081485: hue angle of 234.24º 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 #081485 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 20 133 -
CMYK 0.94 0.85 0 0.48
HSL 234.24º 0.89% 0.28% -
HSV(B) 234.24º 0.94% 0.52% -
XYZ 4.58 2.25 22.38 -
YUV 29.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 8 20 133 0.94 0.85 0 0.48 234.24 0.89 0.28
Hex 8 14 85 5E 55 0 30 EA 59 1C
Octal 10 24 205 136 125 0 60 352 131 34
Binary 1000 10100 10000101 1011110 1010101 0 110000 11101010 1011001 11100

Color Harmonies of #081485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081485

Black with #081485

Text Example


Text Example

White with #081485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081485; }

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

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

background-color css

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

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

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

border-color css

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

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

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