Html Css Color HEX #250293 Ultramarine

📋 copy color: '#250293'

red 37 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #250293

Tints of Ultramarine #250293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 19.89%
G = 1.08%
B = 79.03%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250293 (or 0x250293) is known color: Ultramarine. HEX triplet: 25, 02 and 93. RGB value is (37,2,147). Sum of RGB (Red+Green+Blue) = 37+2+147=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #250293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250293 is #DAFD6C. Grayscale: #1C1C1C. Windows color (decimal): -14351725 or 9634341. OLE color: 9634341.

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

Color convert

RGB 37 2 147 -
CMYK 0.75 0.99 0 0.42
HSL 254.48º 0.97% 0.29% -
HSV(B) 254.48º 0.99% 0.58% -
XYZ 6.05 2.54 27.78 -
YUV 29 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 37 2 147 0.75 0.99 0 0.42 254.48 0.97 0.29
Hex 25 2 93 4B 63 0 2A FE 61 1D
Octal 45 2 223 113 143 0 52 376 141 35
Binary 100101 10 10010011 1001011 1100011 0 101010 11111110 1100001 11101

Color Harmonies of #250293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250293

Black with #250293

Text Example


Text Example

White with #250293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250293; }

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

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

background-color css

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

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

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

border-color css

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

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

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