Html Css Color HEX #081095 Ultramarine

📋 copy color: '#081095'

red 8 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #081095

Tints of Ultramarine #081095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 4.62%
G = 9.25%
B = 86.13%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081095 (or 0x081095) is known color: Ultramarine. HEX triplet: 08, 10 and 95. RGB value is (8,16,149). Sum of RGB (Red+Green+Blue) = 8+16+149=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #081095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081095 is #F7EF6A. Grayscale: #1C1C1C. Windows color (decimal): -16248683 or 9768968. OLE color: 9768968.

HSL color Cylindrical-coordinate representation of color #081095: hue angle of 236.6º 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 #081095 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 16 149 -
CMYK 0.95 0.89 0 0.42
HSL 236.6º 0.9% 0.31% -
HSV(B) 236.6º 0.95% 0.58% -
XYZ 5.71 2.59 28.63 -
YUV 28.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 8 16 149 0.95 0.89 0 0.42 236.6 0.9 0.31
Hex 8 10 95 5F 59 0 2A ED 5A 1F
Octal 10 20 225 137 131 0 52 355 132 37
Binary 1000 10000 10010101 1011111 1011001 0 101010 11101101 1011010 11111

Color Harmonies of #081095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081095

Black with #081095

Text Example


Text Example

White with #081095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081095; }

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

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

background-color css

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

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

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

border-color css

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

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

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