Html Css Color HEX #1F04AF Ultramarine

📋 copy color: '#1F04AF'

red 31 ◦ green 4 ◦ blue 175

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

Shades of Ultramarine #1F04AF

Tints of Ultramarine #1F04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 14.76%
G = 1.9%
B = 83.33%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F04AF (or 0x1F04AF) is known color: Ultramarine. HEX triplet: 1F, 04 and AF. RGB value is (31,4,175). Sum of RGB (Red+Green+Blue) = 31+4+175=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F04AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F04AF is #E0FB50. Grayscale: #1E1E1E. Windows color (decimal): -14744401 or 11469855. OLE color: 11469855.

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

Color convert

RGB 31 4 175 -
CMYK 0.82 0.98 0 0.31
HSL 249.47º 0.96% 0.35% -
HSV(B) 249.47º 0.98% 0.69% -
XYZ 8.35 3.47 40.79 -
YUV 31.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 31 4 175 0.82 0.98 0 0.31 249.47 0.96 0.35
Hex 1F 4 AF 52 62 0 1F F9 60 23
Octal 37 4 257 122 142 0 37 371 140 43
Binary 11111 100 10101111 1010010 1100010 0 11111 11111001 1100000 100011

Color Harmonies of #1F04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F04AF

Black with #1F04AF

Text Example


Text Example

White with #1F04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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