Html Css Color HEX #1F189B Ultramarine

📋 copy color: '#1F189B'

red 31 ◦ green 24 ◦ blue 155

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

Shades of Ultramarine #1F189B

Tints of Ultramarine #1F189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.81%

R = 14.76%
G = 11.43%
B = 73.81%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F189B (or 0x1F189B) is known color: Ultramarine. HEX triplet: 1F, 18 and 9B. RGB value is (31,24,155). Sum of RGB (Red+Green+Blue) = 31+24+155=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F189B is #E0E764. Grayscale: #282828. Windows color (decimal): -14739301 or 10164255. OLE color: 10164255.

HSL color Cylindrical-coordinate representation of color #1F189B: hue angle of 243.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F189B is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 24 155 -
CMYK 0.8 0.85 0 0.39
HSL 243.21º 0.73% 0.35% -
HSV(B) 243.21º 0.85% 0.61% -
XYZ 6.81 3.31 31.29 -
YUV 41.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 31 24 155 0.8 0.85 0 0.39 243.21 0.73 0.35
Hex 1F 18 9B 50 55 0 27 F3 49 23
Octal 37 30 233 120 125 0 47 363 111 43
Binary 11111 11000 10011011 1010000 1010101 0 100111 11110011 1001001 100011

Color Harmonies of #1F189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F189B

Black with #1F189B

Text Example


Text Example

White with #1F189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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