Html Css Color HEX #1F028A Ultramarine

📋 copy color: '#1F028A'

red 31 ◦ green 2 ◦ blue 138

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

Shades of Ultramarine #1F028A

Tints of Ultramarine #1F028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 138 (54.3% from 255) = 80.7%

R = 18.13%
G = 1.17%
B = 80.7%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F028A (or 0x1F028A) is known color: Ultramarine. HEX triplet: 1F, 02 and 8A. RGB value is (31,2,138). Sum of RGB (Red+Green+Blue) = 31+2+138=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F028A is #E0FD75. Grayscale: #191919. Windows color (decimal): -14744950 or 9044511. OLE color: 9044511.

HSL color Cylindrical-coordinate representation of color #1F028A: hue angle of 252.79º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F028A is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 2 138 -
CMYK 0.78 0.99 0 0.46
HSL 252.79º 0.97% 0.27% -
HSV(B) 252.79º 0.99% 0.54% -
XYZ 5.17 2.17 24.19 -
YUV 26.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 31 2 138 0.78 0.99 0 0.46 252.79 0.97 0.27
Hex 1F 2 8A 4E 63 0 2E FD 61 1B
Octal 37 2 212 116 143 0 56 375 141 33
Binary 11111 10 10001010 1001110 1100011 0 101110 11111101 1100001 11011

Color Harmonies of #1F028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F028A

Black with #1F028A

Text Example


Text Example

White with #1F028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,138); }

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

background-color css

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

 a { background-color: rgb(31,2,138); }

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

border-color css

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

 span { border-color: rgb(31,2,138); }

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