Html Css Color HEX #081A8C Ultramarine

📋 copy color: '#081A8C'

red 8 ◦ green 26 ◦ blue 140

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

Shades of Ultramarine #081A8C

Tints of Ultramarine #081A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 140 (55.08% from 255) = 80.46%

R = 4.6%
G = 14.94%
B = 80.46%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#081A8C (or 0x081A8C) is known color: Ultramarine. HEX triplet: 08, 1A and 8C. RGB value is (8,26,140). Sum of RGB (Red+Green+Blue) = 8+26+140=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #081A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081A8C is #F7E573. Grayscale: #212121. Windows color (decimal): -16246132 or 9181704. OLE color: 9181704.

HSL color Cylindrical-coordinate representation of color #081A8C: hue angle of 231.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081A8C is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 26 140 -
CMYK 0.94 0.81 0 0.45
HSL 231.82º 0.89% 0.29% -
HSV(B) 231.82º 0.94% 0.55% -
XYZ 5.2 2.68 25.05 -
YUV 33.61 188.04 109.73 -
System Red Green Blue C M Y K H S L
Decimal 8 26 140 0.94 0.81 0 0.45 231.82 0.89 0.29
Hex 8 1A 8C 5E 51 0 2D E8 59 1D
Octal 10 32 214 136 121 0 55 350 131 35
Binary 1000 11010 10001100 1011110 1010001 0 101101 11101000 1011001 11101

Color Harmonies of #081A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A8C

Black with #081A8C

Text Example


Text Example

White with #081A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,26,140); }

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

background-color css

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

 a { background-color: rgb(8,26,140); }

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

border-color css

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

 span { border-color: rgb(8,26,140); }

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