Html Css Color HEX #1F04A4 Ultramarine

📋 copy color: '#1F04A4'

red 31 ◦ green 4 ◦ blue 164

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

Shades of Ultramarine #1F04A4

Tints of Ultramarine #1F04A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 82.41%

R = 15.58%
G = 2.01%
B = 82.41%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F04A4 (or 0x1F04A4) is known color: Ultramarine. HEX triplet: 1F, 04 and A4. RGB value is (31,4,164). Sum of RGB (Red+Green+Blue) = 31+4+164=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 164 (64.45% from 255 or 82.41% from 199); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F04A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F04A4 is #E0FB5B. Grayscale: #1D1D1D. Windows color (decimal): -14744412 or 10748959. OLE color: 10748959.

HSL color Cylindrical-coordinate representation of color #1F04A4: hue angle of 250.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04A4 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 4 164 -
CMYK 0.81 0.98 0 0.36
HSL 250.13º 0.95% 0.33% -
HSV(B) 250.13º 0.98% 0.64% -
XYZ 7.31 3.06 35.33 -
YUV 30.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 31 4 164 0.81 0.98 0 0.36 250.13 0.95 0.33
Hex 1F 4 A4 51 62 0 24 FA 5F 21
Octal 37 4 244 121 142 0 44 372 137 41
Binary 11111 100 10100100 1010001 1100010 0 100100 11111010 1011111 100001

Color Harmonies of #1F04A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F04A4

Black with #1F04A4

Text Example


Text Example

White with #1F04A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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