Html Css Color HEX #081C95 Ultramarine

📋 copy color: '#081C95'

red 8 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #081C95

Tints of Ultramarine #081C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 4.32%
G = 15.14%
B = 80.54%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081C95 (or 0x081C95) is known color: Ultramarine. HEX triplet: 08, 1C and 95. RGB value is (8,28,149). Sum of RGB (Red+Green+Blue) = 8+28+149=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #081C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C95 is #F7E36A. Grayscale: #232323. Windows color (decimal): -16245611 or 9772040. OLE color: 9772040.

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

Color convert

RGB 8 28 149 -
CMYK 0.95 0.81 0 0.42
HSL 231.49º 0.9% 0.31% -
HSV(B) 231.49º 0.95% 0.58% -
XYZ 5.94 3.05 28.71 -
YUV 35.81 191.87 108.16 -
System Red Green Blue C M Y K H S L
Decimal 8 28 149 0.95 0.81 0 0.42 231.49 0.9 0.31
Hex 8 1C 95 5F 51 0 2A E7 5A 1F
Octal 10 34 225 137 121 0 52 347 132 37
Binary 1000 11100 10010101 1011111 1010001 0 101010 11100111 1011010 11111

Color Harmonies of #081C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C95

Black with #081C95

Text Example


Text Example

White with #081C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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