Html Css Color HEX #180885 Ultramarine

📋 copy color: '#180885'

red 24 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #180885

Tints of Ultramarine #180885

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180885 (or 0x180885) is known color: Ultramarine. HEX triplet: 18, 08 and 85. RGB value is (24,8,133). Sum of RGB (Red+Green+Blue) = 24+8+133=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 8 (3.52% from 255 or 4.85% 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 #180885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180885 is #E7F77A. Grayscale: #1A1A1A. Windows color (decimal): -15202171 or 8718360. OLE color: 8718360.

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

Color convert

RGB 24 8 133 -
CMYK 0.82 0.94 0 0.48
HSL 247.68º 0.89% 0.28% -
HSV(B) 247.68º 0.94% 0.52% -
XYZ 4.7 2.06 22.34 -
YUV 27.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 24 8 133 0.82 0.94 0 0.48 247.68 0.89 0.28
Hex 18 8 85 52 5E 0 30 F8 59 1C
Octal 30 10 205 122 136 0 60 370 131 34
Binary 11000 1000 10000101 1010010 1011110 0 110000 11111000 1011001 11100

Color Harmonies of #180885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180885

Black with #180885

Text Example


Text Example

White with #180885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180885; }

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

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

background-color css

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

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

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

border-color css

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

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

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