Html Css Color HEX #081895 Ultramarine

📋 copy color: '#081895'

red 8 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #081895

Tints of Ultramarine #081895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 149 (58.59% from 255) = 82.32%

R = 4.42%
G = 13.26%
B = 82.32%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081895 (or 0x081895) is known color: Ultramarine. HEX triplet: 08, 18 and 95. RGB value is (8,24,149). Sum of RGB (Red+Green+Blue) = 8+24+149=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #081895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081895 is #F7E76A. Grayscale: #202020. Windows color (decimal): -16246635 or 9771016. OLE color: 9771016.

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

Color convert

RGB 8 24 149 -
CMYK 0.95 0.84 0 0.42
HSL 233.19º 0.9% 0.31% -
HSV(B) 233.19º 0.95% 0.58% -
XYZ 5.85 2.87 28.68 -
YUV 33.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 8 24 149 0.95 0.84 0 0.42 233.19 0.9 0.31
Hex 8 18 95 5F 54 0 2A E9 5A 1F
Octal 10 30 225 137 124 0 52 351 132 37
Binary 1000 11000 10010101 1011111 1010100 0 101010 11101001 1011010 11111

Color Harmonies of #081895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081895

Black with #081895

Text Example


Text Example

White with #081895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081895; }

 p { color: rgb(8,24,149); }

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

background-color css

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

 a { background-color: rgb(8,24,149); }

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

border-color css

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

 span { border-color: rgb(8,24,149); }

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