Html Css Color HEX #081C92 Ultramarine

📋 copy color: '#081C92'

red 8 ◦ green 28 ◦ blue 146

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

Shades of Ultramarine #081C92

Tints of Ultramarine #081C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 4.4%
G = 15.38%
B = 80.22%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#081C92 (or 0x081C92) is known color: Ultramarine. HEX triplet: 08, 1C and 92. RGB value is (8,28,146). Sum of RGB (Red+Green+Blue) = 8+28+146=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #081C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C92 is #F7E36D. Grayscale: #222222. Windows color (decimal): -16245614 or 9575432. OLE color: 9575432.

HSL color Cylindrical-coordinate representation of color #081C92: hue angle of 231.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081C92 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 28 146 -
CMYK 0.95 0.81 0 0.43
HSL 231.3º 0.9% 0.3% -
HSV(B) 231.3º 0.95% 0.57% -
XYZ 5.7 2.96 27.46 -
YUV 35.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 8 28 146 0.95 0.81 0 0.43 231.3 0.9 0.3
Hex 8 1C 92 5F 51 0 2B E7 5A 1E
Octal 10 34 222 137 121 0 53 347 132 36
Binary 1000 11100 10010010 1011111 1010001 0 101011 11100111 1011010 11110

Color Harmonies of #081C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C92

Black with #081C92

Text Example


Text Example

White with #081C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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