Html Css Color HEX #180094 Ultramarine

📋 copy color: '#180094'

red 24 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #180094

Tints of Ultramarine #180094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 86.05%

R = 13.95%
G = 0%
B = 86.05%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180094 (or 0x180094) is known color: Ultramarine. HEX triplet: 18, 00 and 94. RGB value is (24,0,148). Sum of RGB (Red+Green+Blue) = 24+0+148=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #180094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180094 is #E7FF6B. Grayscale: #171717. Windows color (decimal): -15204204 or 9699352. OLE color: 9699352.

HSL color Cylindrical-coordinate representation of color #180094: hue angle of 249.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180094 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 0 148 -
CMYK 0.84 1 0 0.42
HSL 249.73º 1% 0.29% -
HSV(B) 249.73º 1% 0.58% -
XYZ 5.72 2.33 28.17 -
YUV 24.05 197.95 127.97 -
System Red Green Blue C M Y K H S L
Decimal 24 0 148 0.84 1 0 0.42 249.73 1 0.29
Hex 18 0 94 54 64 0 2A FA 64 1D
Octal 30 0 224 124 144 0 52 372 144 35
Binary 11000 0 10010100 1010100 1100100 0 101010 11111010 1100100 11101

Color Harmonies of #180094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180094

Black with #180094

Text Example


Text Example

White with #180094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180094; }

 p { color: rgb(24,0,148); }

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

background-color css

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

 a { background-color: rgb(24,0,148); }

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

border-color css

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

 span { border-color: rgb(24,0,148); }

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