Html Css Color HEX #081885 Ultramarine

📋 copy color: '#081885'

red 8 ◦ green 24 ◦ blue 133

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

Shades of Ultramarine #081885

Tints of Ultramarine #081885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

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

R = 4.85%
G = 14.55%
B = 80.61%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081885 (or 0x081885) is known color: Ultramarine. HEX triplet: 08, 18 and 85. RGB value is (8,24,133). Sum of RGB (Red+Green+Blue) = 8+24+133=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #081885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081885 is #F7E77A. Grayscale: #1F1F1F. Windows color (decimal): -16246651 or 8722440. OLE color: 8722440.

HSL color Cylindrical-coordinate representation of color #081885: hue angle of 232.32º 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 #081885 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 24 133 -
CMYK 0.94 0.82 0 0.48
HSL 232.32º 0.89% 0.28% -
HSV(B) 232.32º 0.94% 0.52% -
XYZ 4.66 2.4 22.41 -
YUV 31.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 8 24 133 0.94 0.82 0 0.48 232.32 0.89 0.28
Hex 8 18 85 5E 52 0 30 E8 59 1C
Octal 10 30 205 136 122 0 60 350 131 34
Binary 1000 11000 10000101 1011110 1010010 0 110000 11101000 1011001 11100

Color Harmonies of #081885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081885

Black with #081885

Text Example


Text Example

White with #081885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081885; }

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

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

background-color css

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

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

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

border-color css

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

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

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