Html Css Color HEX #1F188A Ultramarine

📋 copy color: '#1F188A'

red 31 ◦ green 24 ◦ blue 138

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

Shades of Ultramarine #1F188A

Tints of Ultramarine #1F188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.5%

R = 16.06%
G = 12.44%
B = 71.5%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F188A (or 0x1F188A) is known color: Ultramarine. HEX triplet: 1F, 18 and 8A. RGB value is (31,24,138). Sum of RGB (Red+Green+Blue) = 31+24+138=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F188A is #E0E775. Grayscale: #262626. Windows color (decimal): -14739318 or 9050143. OLE color: 9050143.

HSL color Cylindrical-coordinate representation of color #1F188A: hue angle of 243.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F188A is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 24 138 -
CMYK 0.78 0.83 0 0.46
HSL 243.68º 0.7% 0.32% -
HSV(B) 243.68º 0.83% 0.54% -
XYZ 5.48 2.78 24.29 -
YUV 39.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 31 24 138 0.78 0.83 0 0.46 243.68 0.7 0.32
Hex 1F 18 8A 4E 53 0 2E F4 46 20
Octal 37 30 212 116 123 0 56 364 106 40
Binary 11111 11000 10001010 1001110 1010011 0 101110 11110100 1000110 100000

Color Harmonies of #1F188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F188A

Black with #1F188A

Text Example


Text Example

White with #1F188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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