Html Css Color HEX #1F109A Ultramarine

📋 copy color: '#1F109A'

red 31 ◦ green 16 ◦ blue 154

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

Shades of Ultramarine #1F109A

Tints of Ultramarine #1F109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 15.42%
G = 7.96%
B = 76.62%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F109A (or 0x1F109A) is known color: Ultramarine. HEX triplet: 1F, 10 and 9A. RGB value is (31,16,154). Sum of RGB (Red+Green+Blue) = 31+16+154=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 154 (60.55% from 255 or 76.62% from 201); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F109A is #E0EF65. Grayscale: #232323. Windows color (decimal): -14741350 or 10096671. OLE color: 10096671.

HSL color Cylindrical-coordinate representation of color #1F109A: hue angle of 246.52º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F109A is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 16 154 -
CMYK 0.80 0.90 0 0.40
HSL 246.52º 0.81% 0.33% -
HSV(B) 246.52º 0.9% 0.6% -
XYZ 6.58 2.99 30.8 -
YUV 36.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 31 16 154 0.80 0.90 0 0.40 246.52 0.81 0.33
Hex 1F 10 9A 50 5A 0 28 F7 51 21
Octal 37 20 232 120 132 0 50 367 121 41
Binary 11111 10000 10011010 1010000 1011010 0 101000 11110111 1010001 100001

Color Harmonies of #1F109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F109A

Black with #1F109A

Text Example


Text Example

White with #1F109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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