Html Css Color HEX #1F09A1 Ultramarine

📋 copy color: '#1F09A1'

red 31 ◦ green 9 ◦ blue 161

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

Shades of Ultramarine #1F09A1

Tints of Ultramarine #1F09A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 161 (63.28% from 255) = 80.1%

R = 15.42%
G = 4.48%
B = 80.1%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F09A1 (or 0x1F09A1) is known color: Ultramarine. HEX triplet: 1F, 09 and A1. RGB value is (31,9,161). Sum of RGB (Red+Green+Blue) = 31+9+161=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 161 (63.28% from 255 or 80.10% from 201); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F09A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F09A1 is #E0F65E. Grayscale: #202020. Windows color (decimal): -14743135 or 10553631. OLE color: 10553631.

HSL color Cylindrical-coordinate representation of color #1F09A1: hue angle of 248.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F09A1 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 9 161 -
CMYK 0.81 0.94 0 0.37
HSL 248.68º 0.89% 0.33% -
HSV(B) 248.68º 0.94% 0.63% -
XYZ 7.1 3.06 33.93 -
YUV 32.91 200.29 126.64 -
System Red Green Blue C M Y K H S L
Decimal 31 9 161 0.81 0.94 0 0.37 248.68 0.89 0.33
Hex 1F 9 A1 51 5E 0 25 F9 59 21
Octal 37 11 241 121 136 0 45 371 131 41
Binary 11111 1001 10100001 1010001 1011110 0 100101 11111001 1011001 100001

Color Harmonies of #1F09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09A1

Black with #1F09A1

Text Example


Text Example

White with #1F09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,9,161); }

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

background-color css

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

 a { background-color: rgb(31,9,161); }

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

border-color css

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

 span { border-color: rgb(31,9,161); }

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