Html Css Color HEX #250198 Ultramarine

📋 copy color: '#250198'

red 37 ◦ green 1 ◦ blue 152

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

Shades of Ultramarine #250198

Tints of Ultramarine #250198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 152 (59.77% from 255) = 80%

R = 19.47%
G = 0.53%
B = 80%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#250198 (or 0x250198) is known color: Ultramarine. HEX triplet: 25, 01 and 98. RGB value is (37,1,152). Sum of RGB (Red+Green+Blue) = 37+1+152=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #250198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250198 is #DAFE67. Grayscale: #1C1C1C. Windows color (decimal): -14351976 or 9961765. OLE color: 9961765.

HSL color Cylindrical-coordinate representation of color #250198: hue angle of 254.3º degrees, saturation: 0.99, 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 #250198 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 1 152 -
CMYK 0.76 0.99 0 0.40
HSL 254.3º 0.99% 0.3% -
HSV(B) 254.3º 0.99% 0.6% -
XYZ 6.44 2.68 29.88 -
YUV 28.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 37 1 152 0.76 0.99 0 0.40 254.3 0.99 0.3
Hex 25 1 98 4C 63 0 28 FE 63 1E
Octal 45 1 230 114 143 0 50 376 143 36
Binary 100101 1 10011000 1001100 1100011 0 101000 11111110 1100011 11110

Color Harmonies of #250198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250198

Black with #250198

Text Example


Text Example

White with #250198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250198; }

 p { color: rgb(37,1,152); }

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

background-color css

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

 a { background-color: rgb(37,1,152); }

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

border-color css

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

 span { border-color: rgb(37,1,152); }

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