Html Css Color HEX #180277 Ultramarine

📋 copy color: '#180277'

red 24 ◦ green 2 ◦ blue 119

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

Shades of Ultramarine #180277

Tints of Ultramarine #180277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 119 (46.88% from 255) = 82.07%

R = 16.55%
G = 1.38%
B = 82.07%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#180277 (or 0x180277) is known color: Ultramarine. HEX triplet: 18, 02 and 77. RGB value is (24,2,119). Sum of RGB (Red+Green+Blue) = 24+2+119=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #180277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180277 is #E7FD88. Grayscale: #151515. Windows color (decimal): -15203721 or 7799320. OLE color: 7799320.

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

Color convert

RGB 24 2 119 -
CMYK 0.80 0.98 0 0.53
HSL 251.28º 0.97% 0.24% -
HSV(B) 251.28º 0.98% 0.47% -
XYZ 3.73 1.57 17.56 -
YUV 21.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 24 2 119 0.80 0.98 0 0.53 251.28 0.97 0.24
Hex 18 2 77 50 62 0 35 FB 61 18
Octal 30 2 167 120 142 0 65 373 141 30
Binary 11000 10 1110111 1010000 1100010 0 110101 11111011 1100001 11000

Color Harmonies of #180277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180277

Black with #180277

Text Example


Text Example

White with #180277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180277; }

 p { color: rgb(24,2,119); }

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

background-color css

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

 a { background-color: rgb(24,2,119); }

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

border-color css

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

 span { border-color: rgb(24,2,119); }

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