Html Css Color HEX #1F1BA4 Ultramarine

📋 copy color: '#1F1BA4'

red 31 ◦ green 27 ◦ blue 164

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

Shades of Ultramarine #1F1BA4

Tints of Ultramarine #1F1BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 13.96%
G = 12.16%
B = 73.87%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F1BA4 (or 0x1F1BA4) is known color: Ultramarine. HEX triplet: 1F, 1B and A4. RGB value is (31,27,164). Sum of RGB (Red+Green+Blue) = 31+27+164=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 164 (64.45% from 255 or 73.87% from 222); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F1BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1BA4 is #E0E45B. Grayscale: #2B2B2B. Windows color (decimal): -14738524 or 10754847. OLE color: 10754847.

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

Color convert

RGB 31 27 164 -
CMYK 0.81 0.84 0 0.36
HSL 241.75º 0.72% 0.37% -
HSV(B) 241.75º 0.84% 0.64% -
XYZ 7.66 3.76 35.44 -
YUV 43.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 31 27 164 0.81 0.84 0 0.36 241.75 0.72 0.37
Hex 1F 1B A4 51 54 0 24 F2 48 25
Octal 37 33 244 121 124 0 44 362 110 45
Binary 11111 11011 10100100 1010001 1010100 0 100100 11110010 1001000 100101

Color Harmonies of #1F1BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1BA4

Black with #1F1BA4

Text Example


Text Example

White with #1F1BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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