Html Css Color HEX #081C96 Ultramarine

📋 copy color: '#081C96'

red 8 ◦ green 28 ◦ blue 150

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

Shades of Ultramarine #081C96

Tints of Ultramarine #081C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.65%

R = 4.3%
G = 15.05%
B = 80.65%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081C96 (or 0x081C96) is known color: Ultramarine. HEX triplet: 08, 1C and 96. RGB value is (8,28,150). Sum of RGB (Red+Green+Blue) = 8+28+150=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #081C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C96 is #F7E369. Grayscale: #232323. Windows color (decimal): -16245610 or 9837576. OLE color: 9837576.

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

Color convert

RGB 8 28 150 -
CMYK 0.95 0.81 0 0.41
HSL 231.55º 0.9% 0.31% -
HSV(B) 231.55º 0.95% 0.59% -
XYZ 6.02 3.08 29.13 -
YUV 35.93 192.37 108.08 -
System Red Green Blue C M Y K H S L
Decimal 8 28 150 0.95 0.81 0 0.41 231.55 0.9 0.31
Hex 8 1C 96 5F 51 0 29 E8 5A 1F
Octal 10 34 226 137 121 0 51 350 132 37
Binary 1000 11100 10010110 1011111 1010001 0 101001 11101000 1011010 11111

Color Harmonies of #081C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C96

Black with #081C96

Text Example


Text Example

White with #081C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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