Html Css Color HEX #180194 Ultramarine

📋 copy color: '#180194'

red 24 ◦ green 1 ◦ blue 148

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

Shades of Ultramarine #180194

Tints of Ultramarine #180194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 13.87%
G = 0.58%
B = 85.55%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180194 (or 0x180194) is known color: Ultramarine. HEX triplet: 18, 01 and 94. RGB value is (24,1,148). Sum of RGB (Red+Green+Blue) = 24+1+148=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #180194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180194 is #E7FE6B. Grayscale: #181818. Windows color (decimal): -15203948 or 9699608. OLE color: 9699608.

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

Color convert

RGB 24 1 148 -
CMYK 0.84 0.99 0 0.42
HSL 249.39º 0.99% 0.29% -
HSV(B) 249.39º 0.99% 0.58% -
XYZ 5.73 2.35 28.17 -
YUV 24.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 24 1 148 0.84 0.99 0 0.42 249.39 0.99 0.29
Hex 18 1 94 54 63 0 2A F9 63 1D
Octal 30 1 224 124 143 0 52 371 143 35
Binary 11000 1 10010100 1010100 1100011 0 101010 11111001 1100011 11101

Color Harmonies of #180194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180194

Black with #180194

Text Example


Text Example

White with #180194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180194; }

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

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

background-color css

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

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

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

border-color css

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

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

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