Html Css Color HEX #250896 Ultramarine

📋 copy color: '#250896'

red 37 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #250896

Tints of Ultramarine #250896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 18.97%
G = 4.1%
B = 76.92%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250896 (or 0x250896) is known color: Ultramarine. HEX triplet: 25, 08 and 96. RGB value is (37,8,150). Sum of RGB (Red+Green+Blue) = 37+8+150=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #250896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250896 is #DAF769. Grayscale: #202020. Windows color (decimal): -14350186 or 9832485. OLE color: 9832485.

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

Color convert

RGB 37 8 150 -
CMYK 0.75 0.95 0 0.41
HSL 252.25º 0.9% 0.31% -
HSV(B) 252.25º 0.95% 0.59% -
XYZ 6.35 2.77 29.05 -
YUV 32.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 37 8 150 0.75 0.95 0 0.41 252.25 0.9 0.31
Hex 25 8 96 4B 5F 0 29 FC 5A 1F
Octal 45 10 226 113 137 0 51 374 132 37
Binary 100101 1000 10010110 1001011 1011111 0 101001 11111100 1011010 11111

Color Harmonies of #250896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250896

Black with #250896

Text Example


Text Example

White with #250896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250896; }

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

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

background-color css

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

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

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

border-color css

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

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

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