Html Css Color HEX #1F15AA Ultramarine

📋 copy color: '#1F15AA'

red 31 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #1F15AA

Tints of Ultramarine #1F15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 170 (66.8% from 255) = 76.58%

R = 13.96%
G = 9.46%
B = 76.58%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F15AA (or 0x1F15AA) is known color: Ultramarine. HEX triplet: 1F, 15 and AA. RGB value is (31,21,170). Sum of RGB (Red+Green+Blue) = 31+21+170=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F15AA is #E0EA55. Grayscale: #282828. Windows color (decimal): -14740054 or 11146527. OLE color: 11146527.

HSL color Cylindrical-coordinate representation of color #1F15AA: hue angle of 244.03º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F15AA is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 21 170 -
CMYK 0.82 0.88 0 0.33
HSL 244.03º 0.78% 0.37% -
HSV(B) 244.03º 0.88% 0.67% -
XYZ 8.09 3.73 38.32 -
YUV 40.98 200.81 120.88 -
System Red Green Blue C M Y K H S L
Decimal 31 21 170 0.82 0.88 0 0.33 244.03 0.78 0.37
Hex 1F 15 AA 52 58 0 21 F4 4E 25
Octal 37 25 252 122 130 0 41 364 116 45
Binary 11111 10101 10101010 1010010 1011000 0 100001 11110100 1001110 100101

Color Harmonies of #1F15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F15AA

Black with #1F15AA

Text Example


Text Example

White with #1F15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,170); }

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

background-color css

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

 a { background-color: rgb(31,21,170); }

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

border-color css

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

 span { border-color: rgb(31,21,170); }

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