Html Css Color HEX #250195 Ultramarine

📋 copy color: '#250195'

red 37 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #250195

Tints of Ultramarine #250195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 149 (58.59% from 255) = 79.68%

R = 19.79%
G = 0.53%
B = 79.68%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250195 (or 0x250195) is known color: Ultramarine. HEX triplet: 25, 01 and 95. RGB value is (37,1,149). Sum of RGB (Red+Green+Blue) = 37+1+149=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #250195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250195 is #DAFE6A. Grayscale: #1C1C1C. Windows color (decimal): -14351979 or 9765157. OLE color: 9765157.

HSL color Cylindrical-coordinate representation of color #250195: hue angle of 254.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250195 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 1 149 -
CMYK 0.75 0.99 0 0.42
HSL 254.59º 0.99% 0.29% -
HSV(B) 254.59º 0.99% 0.58% -
XYZ 6.2 2.58 28.61 -
YUV 28.64 195.93 133.97 -
System Red Green Blue C M Y K H S L
Decimal 37 1 149 0.75 0.99 0 0.42 254.59 0.99 0.29
Hex 25 1 95 4B 63 0 2A FF 63 1D
Octal 45 1 225 113 143 0 52 377 143 35
Binary 100101 1 10010101 1001011 1100011 0 101010 11111111 1100011 11101

Color Harmonies of #250195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250195

Black with #250195

Text Example


Text Example

White with #250195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250195; }

 p { color: rgb(37,1,149); }

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

background-color css

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

 a { background-color: rgb(37,1,149); }

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

border-color css

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

 span { border-color: rgb(37,1,149); }

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