Html Css Color HEX #1F15AF Ultramarine

📋 copy color: '#1F15AF'

red 31 ◦ green 21 ◦ blue 175

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

Shades of Ultramarine #1F15AF

Tints of Ultramarine #1F15AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 77.09%

R = 13.66%
G = 9.25%
B = 77.09%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F15AF (or 0x1F15AF) is known color: Ultramarine. HEX triplet: 1F, 15 and AF. RGB value is (31,21,175). Sum of RGB (Red+Green+Blue) = 31+21+175=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F15AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F15AF is #E0EA50. Grayscale: #282828. Windows color (decimal): -14740049 or 11474207. OLE color: 11474207.

HSL color Cylindrical-coordinate representation of color #1F15AF: hue angle of 243.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F15AF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 21 175 -
CMYK 0.82 0.88 0 0.31
HSL 243.9º 0.79% 0.38% -
HSV(B) 243.9º 0.88% 0.69% -
XYZ 8.57 3.92 40.86 -
YUV 41.55 203.31 120.48 -
System Red Green Blue C M Y K H S L
Decimal 31 21 175 0.82 0.88 0 0.31 243.9 0.79 0.38
Hex 1F 15 AF 52 58 0 1F F4 4F 26
Octal 37 25 257 122 130 0 37 364 117 46
Binary 11111 10101 10101111 1010010 1011000 0 11111 11110100 1001111 100110

Color Harmonies of #1F15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F15AF

Black with #1F15AF

Text Example


Text Example

White with #1F15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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