Html Css Color HEX #180681 Ultramarine

📋 copy color: '#180681'

red 24 ◦ green 6 ◦ blue 129

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

Shades of Ultramarine #180681

Tints of Ultramarine #180681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

 BLUE value IS 129 (50.78% from 255) = 81.13%

R = 15.09%
G = 3.77%
B = 81.13%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#180681 (or 0x180681) is known color: Ultramarine. HEX triplet: 18, 06 and 81. RGB value is (24,6,129). Sum of RGB (Red+Green+Blue) = 24+6+129=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #180681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180681 is #E7F97E. Grayscale: #181818. Windows color (decimal): -15202687 or 8455704. OLE color: 8455704.

HSL color Cylindrical-coordinate representation of color #180681: hue angle of 248.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180681 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 6 129 -
CMYK 0.81 0.95 0 0.49
HSL 248.78º 0.91% 0.26% -
HSV(B) 248.78º 0.95% 0.51% -
XYZ 4.4 1.91 20.91 -
YUV 25.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 24 6 129 0.81 0.95 0 0.49 248.78 0.91 0.26
Hex 18 6 81 51 5F 0 31 F9 5B 1A
Octal 30 6 201 121 137 0 61 371 133 32
Binary 11000 110 10000001 1010001 1011111 0 110001 11111001 1011011 11010

Color Harmonies of #180681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180681

Black with #180681

Text Example


Text Example

White with #180681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180681; }

 p { color: rgb(24,6,129); }

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

background-color css

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

 a { background-color: rgb(24,6,129); }

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

border-color css

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

 span { border-color: rgb(24,6,129); }

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