Html Css Color HEX #250898 Ultramarine

📋 copy color: '#250898'

red 37 ◦ green 8 ◦ blue 152

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

Shades of Ultramarine #250898

Tints of Ultramarine #250898

RGB

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

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

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

R = 18.78%
G = 4.06%
B = 77.16%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#250898 (or 0x250898) is known color: Ultramarine. HEX triplet: 25, 08 and 98. RGB value is (37,8,152). Sum of RGB (Red+Green+Blue) = 37+8+152=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 152 (59.77% from 255 or 77.16% from 197); Max value from RGB is 152 - color contains mainly: blue. Hex color #250898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250898 is #DAF767. Grayscale: #202020. Windows color (decimal): -14350184 or 9963557. OLE color: 9963557.

HSL color Cylindrical-coordinate representation of color #250898: hue angle of 252.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250898 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 8 152 -
CMYK 0.76 0.95 0 0.40
HSL 252.08º 0.9% 0.31% -
HSV(B) 252.08º 0.95% 0.6% -
XYZ 6.52 2.83 29.91 -
YUV 33.09 195.11 130.79 -
System Red Green Blue C M Y K H S L
Decimal 37 8 152 0.76 0.95 0 0.40 252.08 0.9 0.31
Hex 25 8 98 4C 5F 0 28 FC 5A 1F
Octal 45 10 230 114 137 0 50 374 132 37
Binary 100101 1000 10011000 1001100 1011111 0 101000 11111100 1011010 11111

Color Harmonies of #250898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250898

Black with #250898

Text Example


Text Example

White with #250898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250898; }

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

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

background-color css

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

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

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

border-color css

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

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

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