Html Css Color HEX #250393 Ultramarine

📋 copy color: '#250393'

red 37 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #250393

Tints of Ultramarine #250393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 19.79%
G = 1.6%
B = 78.61%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250393 (or 0x250393) is known color: Ultramarine. HEX triplet: 25, 03 and 93. RGB value is (37,3,147). Sum of RGB (Red+Green+Blue) = 37+3+147=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #250393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250393 is #DAFC6C. Grayscale: #1D1D1D. Windows color (decimal): -14351469 or 9634597. OLE color: 9634597.

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

Color convert

RGB 37 3 147 -
CMYK 0.75 0.98 0 0.42
HSL 254.17º 0.96% 0.29% -
HSV(B) 254.17º 0.98% 0.58% -
XYZ 6.06 2.57 27.78 -
YUV 29.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 37 3 147 0.75 0.98 0 0.42 254.17 0.96 0.29
Hex 25 3 93 4B 62 0 2A FE 60 1D
Octal 45 3 223 113 142 0 52 376 140 35
Binary 100101 11 10010011 1001011 1100010 0 101010 11111110 1100000 11101

Color Harmonies of #250393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250393

Black with #250393

Text Example


Text Example

White with #250393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250393; }

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

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

background-color css

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

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

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

border-color css

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

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

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