Html Css Color HEX #1F18AD Ultramarine

📋 copy color: '#1F18AD'

red 31 ◦ green 24 ◦ blue 173

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

Shades of Ultramarine #1F18AD

Tints of Ultramarine #1F18AD

RGB

 RED value IS 31 (12.5% from 255) = 13.6%

 GREEN value IS 24 (9.77% from 255) = 10.53%

 BLUE value IS 173 (67.97% from 255) = 75.88%

R = 13.6%
G = 10.53%
B = 75.88%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F18AD (or 0x1F18AD) is known color: Ultramarine. HEX triplet: 1F, 18 and AD. RGB value is (31,24,173). Sum of RGB (Red+Green+Blue) = 31+24+173=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F18AD is #E0E752. Grayscale: #2A2A2A. Windows color (decimal): -14739283 or 11343903. OLE color: 11343903.

HSL color Cylindrical-coordinate representation of color #1F18AD: hue angle of 242.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F18AD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 24 173 -
CMYK 0.82 0.86 0 0.32
HSL 242.82º 0.76% 0.39% -
HSV(B) 242.82º 0.86% 0.68% -
XYZ 8.43 3.96 39.86 -
YUV 43.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 31 24 173 0.82 0.86 0 0.32 242.82 0.76 0.39
Hex 1F 18 AD 52 56 0 20 F3 4C 27
Octal 37 30 255 122 126 0 40 363 114 47
Binary 11111 11000 10101101 1010010 1010110 0 100000 11110011 1001100 100111

Color Harmonies of #1F18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18AD

Black with #1F18AD

Text Example


Text Example

White with #1F18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F18AD; }

 p { color: rgb(31,24,173); }

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

background-color css

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

 a { background-color: rgb(31,24,173); }

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

border-color css

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

 span { border-color: rgb(31,24,173); }

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