Html Css Color HEX #250995 Ultramarine

📋 copy color: '#250995'

red 37 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #250995

Tints of Ultramarine #250995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 18.97%
G = 4.62%
B = 76.41%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250995 (or 0x250995) is known color: Ultramarine. HEX triplet: 25, 09 and 95. RGB value is (37,9,149). Sum of RGB (Red+Green+Blue) = 37+9+149=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #250995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250995 is #DAF66A. Grayscale: #202020. Windows color (decimal): -14349931 or 9767205. OLE color: 9767205.

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

Color convert

RGB 37 9 149 -
CMYK 0.75 0.94 0 0.42
HSL 252º 0.89% 0.31% -
HSV(B) 252º 0.94% 0.58% -
XYZ 6.29 2.76 28.63 -
YUV 33.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 37 9 149 0.75 0.94 0 0.42 252 0.89 0.31
Hex 25 9 95 4B 5E 0 2A FC 59 1F
Octal 45 11 225 113 136 0 52 374 131 37
Binary 100101 1001 10010101 1001011 1011110 0 101010 11111100 1011001 11111

Color Harmonies of #250995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250995

Black with #250995

Text Example


Text Example

White with #250995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250995; }

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

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

background-color css

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

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

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

border-color css

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

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

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