Html Css Color HEX #081C93 Ultramarine

📋 copy color: '#081C93'

red 8 ◦ green 28 ◦ blue 147

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

Shades of Ultramarine #081C93

Tints of Ultramarine #081C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 80.33%

R = 4.37%
G = 15.3%
B = 80.33%

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

#081C93 (or 0x081C93) is known color: Ultramarine. HEX triplet: 08, 1C and 93. RGB value is (8,28,147). Sum of RGB (Red+Green+Blue) = 8+28+147=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #081C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C93 is #F7E36C. Grayscale: #232323. Windows color (decimal): -16245613 or 9640968. OLE color: 9640968.

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

Color convert

RGB 8 28 147 -
CMYK 0.95 0.81 0 0.42
HSL 231.37º 0.9% 0.3% -
HSV(B) 231.37º 0.95% 0.58% -
XYZ 5.78 2.99 27.88 -
YUV 35.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 8 28 147 0.95 0.81 0 0.42 231.37 0.9 0.3
Hex 8 1C 93 5F 51 0 2A E7 5A 1E
Octal 10 34 223 137 121 0 52 347 132 36
Binary 1000 11100 10010011 1011111 1010001 0 101010 11100111 1011010 11110

Color Harmonies of #081C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C93

Black with #081C93

Text Example


Text Example

White with #081C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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