Html Css Color HEX #1F0092 Ultramarine

📋 copy color: '#1F0092'

red 31 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #1F0092

Tints of Ultramarine #1F0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 82.49%

R = 17.51%
G = 0%
B = 82.49%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F0092 (or 0x1F0092) is known color: Ultramarine. HEX triplet: 1F, 00 and 92. RGB value is (31,0,146). Sum of RGB (Red+Green+Blue) = 31+0+146=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0092 is #E0FF6D. Grayscale: #191919. Windows color (decimal): -14745454 or 9568287. OLE color: 9568287.

HSL color Cylindrical-coordinate representation of color #1F0092: hue angle of 252.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0092 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 0 146 -
CMYK 0.79 1 0 0.43
HSL 252.74º 1% 0.29% -
HSV(B) 252.74º 1% 0.57% -
XYZ 5.75 2.37 27.35 -
YUV 25.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 31 0 146 0.79 1 0 0.43 252.74 1 0.29
Hex 1F 0 92 4F 64 0 2B FD 64 1D
Octal 37 0 222 117 144 0 53 375 144 35
Binary 11111 0 10010010 1001111 1100100 0 101011 11111101 1100100 11101

Color Harmonies of #1F0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0092

Black with #1F0092

Text Example


Text Example

White with #1F0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,146); }

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

background-color css

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

 a { background-color: rgb(31,0,146); }

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

border-color css

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

 span { border-color: rgb(31,0,146); }

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