Html Css Color HEX #1F009F Ultramarine

📋 copy color: '#1F009F'

red 31 ◦ green 0 ◦ blue 159

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

Shades of Ultramarine #1F009F

Tints of Ultramarine #1F009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 16.32%
G = 0%
B = 83.68%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F009F (or 0x1F009F) is known color: Ultramarine. HEX triplet: 1F, 00 and 9F. RGB value is (31,0,159). Sum of RGB (Red+Green+Blue) = 31+0+159=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F009F is #E0FF60. Grayscale: #1A1A1A. Windows color (decimal): -14745441 or 10420255. OLE color: 10420255.

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

Color convert

RGB 31 0 159 -
CMYK 0.81 1 0 0.38
HSL 251.7º 1% 0.31% -
HSV(B) 251.7º 1% 0.62% -
XYZ 6.82 2.79 32.98 -
YUV 27.4 202.27 130.57 -
System Red Green Blue C M Y K H S L
Decimal 31 0 159 0.81 1 0 0.38 251.7 1 0.31
Hex 1F 0 9F 51 64 0 26 FC 64 1F
Octal 37 0 237 121 144 0 46 374 144 37
Binary 11111 0 10011111 1010001 1100100 0 100110 11111100 1100100 11111

Color Harmonies of #1F009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F009F

Black with #1F009F

Text Example


Text Example

White with #1F009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,159); }

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

background-color css

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

 a { background-color: rgb(31,0,159); }

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

border-color css

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

 span { border-color: rgb(31,0,159); }

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