Html Css Color HEX #250698 Ultramarine

📋 copy color: '#250698'

red 37 ◦ green 6 ◦ blue 152

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

Shades of Ultramarine #250698

Tints of Ultramarine #250698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

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

R = 18.97%
G = 3.08%
B = 77.95%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#250698 (or 0x250698) is known color: Ultramarine. HEX triplet: 25, 06 and 98. RGB value is (37,6,152). Sum of RGB (Red+Green+Blue) = 37+6+152=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #250698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250698 is #DAF967. Grayscale: #1F1F1F. Windows color (decimal): -14350696 or 9963045. OLE color: 9963045.

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

Color convert

RGB 37 6 152 -
CMYK 0.76 0.96 0 0.40
HSL 252.74º 0.92% 0.31% -
HSV(B) 252.74º 0.96% 0.6% -
XYZ 6.5 2.79 29.9 -
YUV 31.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 37 6 152 0.76 0.96 0 0.40 252.74 0.92 0.31
Hex 25 6 98 4C 60 0 28 FD 5C 1F
Octal 45 6 230 114 140 0 50 375 134 37
Binary 100101 110 10011000 1001100 1100000 0 101000 11111101 1011100 11111

Color Harmonies of #250698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250698

Black with #250698

Text Example


Text Example

White with #250698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250698; }

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

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

background-color css

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

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

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

border-color css

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

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

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