Html Css Color HEX #180297 Ultramarine

📋 copy color: '#180297'

red 24 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #180297

Tints of Ultramarine #180297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 85.31%

R = 13.56%
G = 1.13%
B = 85.31%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#180297 (or 0x180297) is known color: Ultramarine. HEX triplet: 18, 02 and 97. RGB value is (24,2,151). Sum of RGB (Red+Green+Blue) = 24+2+151=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #180297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180297 is #E7FD68. Grayscale: #181818. Windows color (decimal): -15203689 or 9896472. OLE color: 9896472.

HSL color Cylindrical-coordinate representation of color #180297: hue angle of 248.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180297 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 2 151 -
CMYK 0.84 0.99 0 0.41
HSL 248.86º 0.97% 0.3% -
HSV(B) 248.86º 0.99% 0.59% -
XYZ 5.98 2.47 29.44 -
YUV 25.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 24 2 151 0.84 0.99 0 0.41 248.86 0.97 0.3
Hex 18 2 97 54 63 0 29 F9 61 1E
Octal 30 2 227 124 143 0 51 371 141 36
Binary 11000 10 10010111 1010100 1100011 0 101001 11111001 1100001 11110

Color Harmonies of #180297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180297

Black with #180297

Text Example


Text Example

White with #180297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180297; }

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

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

background-color css

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

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

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

border-color css

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

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

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