Html Css Color HEX #18057F Ultramarine

📋 copy color: '#18057F'

red 24 ◦ green 5 ◦ blue 127

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

Shades of Ultramarine #18057F

Tints of Ultramarine #18057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 127 (50% from 255) = 81.41%

R = 15.38%
G = 3.21%
B = 81.41%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18057F (or 0x18057F) is known color: Ultramarine. HEX triplet: 18, 05 and 7F. RGB value is (24,5,127). Sum of RGB (Red+Green+Blue) = 24+5+127=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #18057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18057F is #E7FA80. Grayscale: #181818. Windows color (decimal): -15202945 or 8324376. OLE color: 8324376.

HSL color Cylindrical-coordinate representation of color #18057F: hue angle of 249.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18057F is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 5 127 -
CMYK 0.81 0.96 0 0.50
HSL 249.34º 0.92% 0.26% -
HSV(B) 249.34º 0.96% 0.5% -
XYZ 4.26 1.84 20.21 -
YUV 24.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 24 5 127 0.81 0.96 0 0.50 249.34 0.92 0.26
Hex 18 5 7F 51 60 0 32 F9 5C 1A
Octal 30 5 177 121 140 0 62 371 134 32
Binary 11000 101 1111111 1010001 1100000 0 110010 11111001 1011100 11010

Color Harmonies of #18057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18057F

Black with #18057F

Text Example


Text Example

White with #18057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18057F; }

 p { color: rgb(24,5,127); }

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

background-color css

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

 a { background-color: rgb(24,5,127); }

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

border-color css

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

 span { border-color: rgb(24,5,127); }

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