Html Css Color HEX #1F0287 Ultramarine

📋 copy color: '#1F0287'

red 31 ◦ green 2 ◦ blue 135

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

Shades of Ultramarine #1F0287

Tints of Ultramarine #1F0287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 18.45%
G = 1.19%
B = 80.36%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F0287 (or 0x1F0287) is known color: Ultramarine. HEX triplet: 1F, 02 and 87. RGB value is (31,2,135). Sum of RGB (Red+Green+Blue) = 31+2+135=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F0287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0287 is #E0FD78. Grayscale: #191919. Windows color (decimal): -14744953 or 8847903. OLE color: 8847903.

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

Color convert

RGB 31 2 135 -
CMYK 0.77 0.99 0 0.47
HSL 253.08º 0.97% 0.27% -
HSV(B) 253.08º 0.99% 0.53% -
XYZ 4.96 2.08 23.06 -
YUV 25.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 31 2 135 0.77 0.99 0 0.47 253.08 0.97 0.27
Hex 1F 2 87 4D 63 0 2F FD 61 1B
Octal 37 2 207 115 143 0 57 375 141 33
Binary 11111 10 10000111 1001101 1100011 0 101111 11111101 1100001 11011

Color Harmonies of #1F0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0287

Black with #1F0287

Text Example


Text Example

White with #1F0287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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