Html Css Color HEX #1F169B Ultramarine

📋 copy color: '#1F169B'

red 31 ◦ green 22 ◦ blue 155

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

Shades of Ultramarine #1F169B

Tints of Ultramarine #1F169B

RGB

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

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

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

R = 14.9%
G = 10.58%
B = 74.52%

CMYK

 C value IS 0.8

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F169B (or 0x1F169B) is known color: Ultramarine. HEX triplet: 1F, 16 and 9B. RGB value is (31,22,155). Sum of RGB (Red+Green+Blue) = 31+22+155=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F169B is #E0E964. Grayscale: #272727. Windows color (decimal): -14739813 or 10163743. OLE color: 10163743.

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

Color convert

RGB 31 22 155 -
CMYK 0.8 0.86 0 0.39
HSL 244.06º 0.75% 0.35% -
HSV(B) 244.06º 0.86% 0.61% -
XYZ 6.77 3.23 31.28 -
YUV 39.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 31 22 155 0.8 0.86 0 0.39 244.06 0.75 0.35
Hex 1F 16 9B 50 56 0 27 F4 4B 23
Octal 37 26 233 120 126 0 47 364 113 43
Binary 11111 10110 10011011 1010000 1010110 0 100111 11110100 1001011 100011

Color Harmonies of #1F169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F169B

Black with #1F169B

Text Example


Text Example

White with #1F169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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