Html Css Color HEX #251192 Ultramarine

📋 copy color: '#251192'

red 37 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #251192

Tints of Ultramarine #251192

RGB

 RED value IS 37 (14.84% from 255) = 18.5%

 GREEN value IS 17 (7.03% from 255) = 8.5%

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

R = 18.5%
G = 8.5%
B = 73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#251192 (or 0x251192) is known color: Ultramarine. HEX triplet: 25, 11 and 92. RGB value is (37,17,146). Sum of RGB (Red+Green+Blue) = 37+17+146=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #251192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251192 is #DAEE6D. Grayscale: #252525. Windows color (decimal): -14347886 or 9572645. OLE color: 9572645.

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

Color convert

RGB 37 17 146 -
CMYK 0.75 0.88 0 0.43
HSL 249.3º 0.79% 0.32% -
HSV(B) 249.3º 0.88% 0.57% -
XYZ 6.15 2.87 27.42 -
YUV 37.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 37 17 146 0.75 0.88 0 0.43 249.3 0.79 0.32
Hex 25 11 92 4B 58 0 2B F9 4F 20
Octal 45 21 222 113 130 0 53 371 117 40
Binary 100101 10001 10010010 1001011 1011000 0 101011 11111001 1001111 100000

Color Harmonies of #251192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251192

Black with #251192

Text Example


Text Example

White with #251192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251192; }

 p { color: rgb(37,17,146); }

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

background-color css

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

 a { background-color: rgb(37,17,146); }

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

border-color css

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

 span { border-color: rgb(37,17,146); }

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