Html Css Color HEX #1F189A Ultramarine

📋 copy color: '#1F189A'

red 31 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #1F189A

Tints of Ultramarine #1F189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 154 (60.55% from 255) = 73.68%

R = 14.83%
G = 11.48%
B = 73.68%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F189A (or 0x1F189A) is known color: Ultramarine. HEX triplet: 1F, 18 and 9A. RGB value is (31,24,154). Sum of RGB (Red+Green+Blue) = 31+24+154=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F189A is #E0E765. Grayscale: #282828. Windows color (decimal): -14739302 or 10098719. OLE color: 10098719.

HSL color Cylindrical-coordinate representation of color #1F189A: hue angle of 243.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F189A is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 24 154 -
CMYK 0.80 0.84 0 0.40
HSL 243.23º 0.73% 0.35% -
HSV(B) 243.23º 0.84% 0.6% -
XYZ 6.72 3.28 30.85 -
YUV 40.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 31 24 154 0.80 0.84 0 0.40 243.23 0.73 0.35
Hex 1F 18 9A 50 54 0 28 F3 49 23
Octal 37 30 232 120 124 0 50 363 111 43
Binary 11111 11000 10011010 1010000 1010100 0 101000 11110011 1001001 100011

Color Harmonies of #1F189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F189A

Black with #1F189A

Text Example


Text Example

White with #1F189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,154); }

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

background-color css

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

 a { background-color: rgb(31,24,154); }

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

border-color css

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

 span { border-color: rgb(31,24,154); }

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