Html Css Color HEX #1F1CA4 Ultramarine

📋 copy color: '#1F1CA4'

red 31 ◦ green 28 ◦ blue 164

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

Shades of Ultramarine #1F1CA4

Tints of Ultramarine #1F1CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

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

R = 13.9%
G = 12.56%
B = 73.54%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F1CA4 (or 0x1F1CA4) is known color: Ultramarine. HEX triplet: 1F, 1C and A4. RGB value is (31,28,164). Sum of RGB (Red+Green+Blue) = 31+28+164=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F1CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1CA4 is #E0E35B. Grayscale: #2B2B2B. Windows color (decimal): -14738268 or 10755103. OLE color: 10755103.

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

Color convert

RGB 31 28 164 -
CMYK 0.81 0.83 0 0.36
HSL 241.32º 0.71% 0.38% -
HSV(B) 241.32º 0.83% 0.64% -
XYZ 7.68 3.8 35.45 -
YUV 44.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 31 28 164 0.81 0.83 0 0.36 241.32 0.71 0.38
Hex 1F 1C A4 51 53 0 24 F1 47 26
Octal 37 34 244 121 123 0 44 361 107 46
Binary 11111 11100 10100100 1010001 1010011 0 100100 11110001 1000111 100110

Color Harmonies of #1F1CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1CA4

Black with #1F1CA4

Text Example


Text Example

White with #1F1CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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