Html Css Color HEX #250096 Ultramarine

📋 copy color: '#250096'

red 37 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #250096

Tints of Ultramarine #250096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 19.79%
G = 0%
B = 80.21%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250096 (or 0x250096) is known color: Ultramarine. HEX triplet: 25, 00 and 96. RGB value is (37,0,150). Sum of RGB (Red+Green+Blue) = 37+0+150=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #250096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250096 is #DAFF69. Grayscale: #1B1B1B. Windows color (decimal): -14352234 or 9830437. OLE color: 9830437.

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

Color convert

RGB 37 0 150 -
CMYK 0.75 1 0 0.41
HSL 254.8º 1% 0.29% -
HSV(B) 254.8º 1% 0.59% -
XYZ 6.27 2.6 29.02 -
YUV 28.16 196.76 134.3 -
System Red Green Blue C M Y K H S L
Decimal 37 0 150 0.75 1 0 0.41 254.8 1 0.29
Hex 25 0 96 4B 64 0 29 FF 64 1D
Octal 45 0 226 113 144 0 51 377 144 35
Binary 100101 0 10010110 1001011 1100100 0 101001 11111111 1100100 11101

Color Harmonies of #250096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250096

Black with #250096

Text Example


Text Example

White with #250096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250096; }

 p { color: rgb(37,0,150); }

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

background-color css

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

 a { background-color: rgb(37,0,150); }

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

border-color css

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

 span { border-color: rgb(37,0,150); }

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