Html Css Color HEX #1F169A Ultramarine

📋 copy color: '#1F169A'

red 31 ◦ green 22 ◦ blue 154

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

Shades of Ultramarine #1F169A

Tints of Ultramarine #1F169A

RGB

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

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

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

R = 14.98%
G = 10.63%
B = 74.4%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F169A (or 0x1F169A) is known color: Ultramarine. HEX triplet: 1F, 16 and 9A. RGB value is (31,22,154). Sum of RGB (Red+Green+Blue) = 31+22+154=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F169A is #E0E965. Grayscale: #272727. Windows color (decimal): -14739814 or 10098207. OLE color: 10098207.

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

Color convert

RGB 31 22 154 -
CMYK 0.80 0.86 0 0.40
HSL 244.09º 0.75% 0.35% -
HSV(B) 244.09º 0.86% 0.6% -
XYZ 6.68 3.2 30.84 -
YUV 39.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 31 22 154 0.80 0.86 0 0.40 244.09 0.75 0.35
Hex 1F 16 9A 50 56 0 28 F4 4B 23
Octal 37 26 232 120 126 0 50 364 113 43
Binary 11111 10110 10011010 1010000 1010110 0 101000 11110100 1001011 100011

Color Harmonies of #1F169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F169A

Black with #1F169A

Text Example


Text Example

White with #1F169A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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