Html Css Color HEX #081097 Ultramarine

📋 copy color: '#081097'

red 8 ◦ green 16 ◦ blue 151

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

Shades of Ultramarine #081097

Tints of Ultramarine #081097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 4.57%
G = 9.14%
B = 86.29%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081097 (or 0x081097) is known color: Ultramarine. HEX triplet: 08, 10 and 97. RGB value is (8,16,151). Sum of RGB (Red+Green+Blue) = 8+16+151=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #081097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081097 is #F7EF68. Grayscale: #1C1C1C. Windows color (decimal): -16248681 or 9900040. OLE color: 9900040.

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

Color convert

RGB 8 16 151 -
CMYK 0.95 0.89 0 0.41
HSL 236.64º 0.9% 0.31% -
HSV(B) 236.64º 0.95% 0.59% -
XYZ 5.87 2.66 29.48 -
YUV 29 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 8 16 151 0.95 0.89 0 0.41 236.64 0.9 0.31
Hex 8 10 97 5F 59 0 29 ED 5A 1F
Octal 10 20 227 137 131 0 51 355 132 37
Binary 1000 10000 10010111 1011111 1011001 0 101001 11101101 1011010 11111

Color Harmonies of #081097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081097

Black with #081097

Text Example


Text Example

White with #081097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081097; }

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

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

background-color css

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

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

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

border-color css

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

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

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