Html Css Color HEX #250893 Ultramarine

📋 copy color: '#250893'

red 37 ◦ green 8 ◦ blue 147

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

Shades of Ultramarine #250893

Tints of Ultramarine #250893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 76.56%

R = 19.27%
G = 4.17%
B = 76.56%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250893 (or 0x250893) is known color: Ultramarine. HEX triplet: 25, 08 and 93. RGB value is (37,8,147). Sum of RGB (Red+Green+Blue) = 37+8+147=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #250893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250893 is #DAF76C. Grayscale: #1F1F1F. Windows color (decimal): -14350189 or 9635877. OLE color: 9635877.

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

Color convert

RGB 37 8 147 -
CMYK 0.75 0.95 0 0.42
HSL 252.52º 0.9% 0.3% -
HSV(B) 252.52º 0.95% 0.58% -
XYZ 6.12 2.67 27.8 -
YUV 32.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 37 8 147 0.75 0.95 0 0.42 252.52 0.9 0.3
Hex 25 8 93 4B 5F 0 2A FD 5A 1E
Octal 45 10 223 113 137 0 52 375 132 36
Binary 100101 1000 10010011 1001011 1011111 0 101010 11111101 1011010 11110

Color Harmonies of #250893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250893

Black with #250893

Text Example


Text Example

White with #250893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250893; }

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

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

background-color css

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

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

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

border-color css

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

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

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