Html Css Color HEX #1F169E Ultramarine

📋 copy color: '#1F169E'

red 31 ◦ green 22 ◦ blue 158

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

Shades of Ultramarine #1F169E

Tints of Ultramarine #1F169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 158 (62.11% from 255) = 74.88%

R = 14.69%
G = 10.43%
B = 74.88%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F169E (or 0x1F169E) is known color: Ultramarine. HEX triplet: 1F, 16 and 9E. RGB value is (31,22,158). Sum of RGB (Red+Green+Blue) = 31+22+158=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F169E is #E0E961. Grayscale: #272727. Windows color (decimal): -14739810 or 10360351. OLE color: 10360351.

HSL color Cylindrical-coordinate representation of color #1F169E: hue angle of 243.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F169E is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 22 158 -
CMYK 0.80 0.86 0 0.38
HSL 243.97º 0.76% 0.35% -
HSV(B) 243.97º 0.86% 0.62% -
XYZ 7.02 3.33 32.62 -
YUV 40.2 194.48 121.44 -
System Red Green Blue C M Y K H S L
Decimal 31 22 158 0.80 0.86 0 0.38 243.97 0.76 0.35
Hex 1F 16 9E 50 56 0 26 F4 4C 23
Octal 37 26 236 120 126 0 46 364 114 43
Binary 11111 10110 10011110 1010000 1010110 0 100110 11110100 1001100 100011

Color Harmonies of #1F169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F169E

Black with #1F169E

Text Example


Text Example

White with #1F169E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,158); }

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

background-color css

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

 a { background-color: rgb(31,22,158); }

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

border-color css

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

 span { border-color: rgb(31,22,158); }

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