Html Css Color HEX #1F0298 Ultramarine

📋 copy color: '#1F0298'

red 31 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #1F0298

Tints of Ultramarine #1F0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 82.16%

R = 16.76%
G = 1.08%
B = 82.16%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F0298 (or 0x1F0298) is known color: Ultramarine. HEX triplet: 1F, 02 and 98. RGB value is (31,2,152). Sum of RGB (Red+Green+Blue) = 31+2+152=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0298 is #E0FD67. Grayscale: #1B1B1B. Windows color (decimal): -14744936 or 9962015. OLE color: 9962015.

HSL color Cylindrical-coordinate representation of color #1F0298: hue angle of 251.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0298 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 2 152 -
CMYK 0.80 0.99 0 0.40
HSL 251.6º 0.97% 0.3% -
HSV(B) 251.6º 0.99% 0.6% -
XYZ 6.25 2.6 29.88 -
YUV 27.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 31 2 152 0.80 0.99 0 0.40 251.6 0.97 0.3
Hex 1F 2 98 50 63 0 28 FC 61 1E
Octal 37 2 230 120 143 0 50 374 141 36
Binary 11111 10 10011000 1010000 1100011 0 101000 11111100 1100001 11110

Color Harmonies of #1F0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0298

Black with #1F0298

Text Example


Text Example

White with #1F0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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