Html Css Color HEX #1F129F Ultramarine

📋 copy color: '#1F129F'

red 31 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #1F129F

Tints of Ultramarine #1F129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 14.9%
G = 8.65%
B = 76.44%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F129F (or 0x1F129F) is known color: Ultramarine. HEX triplet: 1F, 12 and 9F. RGB value is (31,18,159). Sum of RGB (Red+Green+Blue) = 31+18+159=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F129F is #E0ED60. Grayscale: #252525. Windows color (decimal): -14740833 or 10424863. OLE color: 10424863.

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

Color convert

RGB 31 18 159 -
CMYK 0.81 0.89 0 0.38
HSL 245.53º 0.8% 0.35% -
HSV(B) 245.53º 0.89% 0.62% -
XYZ 7.04 3.23 33.05 -
YUV 37.96 196.31 123.04 -
System Red Green Blue C M Y K H S L
Decimal 31 18 159 0.81 0.89 0 0.38 245.53 0.8 0.35
Hex 1F 12 9F 51 59 0 26 F6 50 23
Octal 37 22 237 121 131 0 46 366 120 43
Binary 11111 10010 10011111 1010001 1011001 0 100110 11110110 1010000 100011

Color Harmonies of #1F129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F129F

Black with #1F129F

Text Example


Text Example

White with #1F129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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