Html Css Color HEX #1F129E Ultramarine

📋 copy color: '#1F129E'

red 31 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #1F129E

Tints of Ultramarine #1F129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 76.33%

R = 14.98%
G = 8.7%
B = 76.33%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F129E (or 0x1F129E) is known color: Ultramarine. HEX triplet: 1F, 12 and 9E. RGB value is (31,18,158). Sum of RGB (Red+Green+Blue) = 31+18+158=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F129E is #E0ED61. Grayscale: #252525. Windows color (decimal): -14740834 or 10359327. OLE color: 10359327.

HSL color Cylindrical-coordinate representation of color #1F129E: hue angle of 245.57º 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 #1F129E is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 18 158 -
CMYK 0.80 0.89 0 0.38
HSL 245.57º 0.8% 0.35% -
HSV(B) 245.57º 0.89% 0.62% -
XYZ 6.95 3.19 32.6 -
YUV 37.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 31 18 158 0.80 0.89 0 0.38 245.57 0.8 0.35
Hex 1F 12 9E 50 59 0 26 F6 50 23
Octal 37 22 236 120 131 0 46 366 120 43
Binary 11111 10010 10011110 1010000 1011001 0 100110 11110110 1010000 100011

Color Harmonies of #1F129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F129E

Black with #1F129E

Text Example


Text Example

White with #1F129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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