Html Css Color HEX #081C85 Ultramarine

📋 copy color: '#081C85'

red 8 ◦ green 28 ◦ blue 133

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

Shades of Ultramarine #081C85

Tints of Ultramarine #081C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 4.73%
G = 16.57%
B = 78.7%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081C85 (or 0x081C85) is known color: Ultramarine. HEX triplet: 08, 1C and 85. RGB value is (8,28,133). Sum of RGB (Red+Green+Blue) = 8+28+133=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #081C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C85 is #F7E37A. Grayscale: #212121. Windows color (decimal): -16245627 or 8723464. OLE color: 8723464.

HSL color Cylindrical-coordinate representation of color #081C85: hue angle of 230.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081C85 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 28 133 -
CMYK 0.94 0.79 0 0.48
HSL 230.4º 0.89% 0.28% -
HSV(B) 230.4º 0.94% 0.52% -
XYZ 4.75 2.58 22.44 -
YUV 33.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 8 28 133 0.94 0.79 0 0.48 230.4 0.89 0.28
Hex 8 1C 85 5E 4F 0 30 E6 59 1C
Octal 10 34 205 136 117 0 60 346 131 34
Binary 1000 11100 10000101 1011110 1001111 0 110000 11100110 1011001 11100

Color Harmonies of #081C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C85

Black with #081C85

Text Example


Text Example

White with #081C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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