Html Css Color HEX #180178 Ultramarine

📋 copy color: '#180178'

red 24 ◦ green 1 ◦ blue 120

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

Shades of Ultramarine #180178

Tints of Ultramarine #180178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 82.76%

R = 16.55%
G = 0.69%
B = 82.76%

CMYK

 C value IS 0.8

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#180178 (or 0x180178) is known color: Ultramarine. HEX triplet: 18, 01 and 78. RGB value is (24,1,120). Sum of RGB (Red+Green+Blue) = 24+1+120=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #180178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180178 is #E7FE87. Grayscale: #141414. Windows color (decimal): -15203976 or 7864600. OLE color: 7864600.

HSL color Cylindrical-coordinate representation of color #180178: hue angle of 251.6º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180178 is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 1 120 -
CMYK 0.8 0.99 0 0.53
HSL 251.6º 0.98% 0.24% -
HSV(B) 251.6º 0.99% 0.47% -
XYZ 3.78 1.57 17.87 -
YUV 21.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 24 1 120 0.8 0.99 0 0.53 251.6 0.98 0.24
Hex 18 1 78 50 63 0 35 FC 62 18
Octal 30 1 170 120 143 0 65 374 142 30
Binary 11000 1 1111000 1010000 1100011 0 110101 11111100 1100010 11000

Color Harmonies of #180178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180178

Black with #180178

Text Example


Text Example

White with #180178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180178; }

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

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

background-color css

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

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

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

border-color css

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

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

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