Html Css Color HEX #250299 Ultramarine

📋 copy color: '#250299'

red 37 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #250299

Tints of Ultramarine #250299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 79.69%

R = 19.27%
G = 1.04%
B = 79.69%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#250299 (or 0x250299) is known color: Ultramarine. HEX triplet: 25, 02 and 99. RGB value is (37,2,153). Sum of RGB (Red+Green+Blue) = 37+2+153=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #250299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250299 is #DAFD66. Grayscale: #1D1D1D. Windows color (decimal): -14351719 or 10027557. OLE color: 10027557.

HSL color Cylindrical-coordinate representation of color #250299: hue angle of 253.91º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250299 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 2 153 -
CMYK 0.76 0.99 0 0.4
HSL 253.91º 0.97% 0.3% -
HSV(B) 253.91º 0.99% 0.6% -
XYZ 6.53 2.74 30.32 -
YUV 29.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 37 2 153 0.76 0.99 0 0.4 253.91 0.97 0.3
Hex 25 2 99 4C 63 0 28 FE 61 1E
Octal 45 2 231 114 143 0 50 376 141 36
Binary 100101 10 10011001 1001100 1100011 0 101000 11111110 1100001 11110

Color Harmonies of #250299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250299

Black with #250299

Text Example


Text Example

White with #250299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250299; }

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

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

background-color css

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

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

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

border-color css

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

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

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