Html Css Color HEX #250699 Ultramarine

📋 copy color: '#250699'

red 37 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #250699

Tints of Ultramarine #250699

RGB

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

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

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

R = 18.88%
G = 3.06%
B = 78.06%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#250699 (or 0x250699) is known color: Ultramarine. HEX triplet: 25, 06 and 99. RGB value is (37,6,153). Sum of RGB (Red+Green+Blue) = 37+6+153=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #250699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250699 is #DAF966. Grayscale: #1F1F1F. Windows color (decimal): -14350695 or 10028581. OLE color: 10028581.

HSL color Cylindrical-coordinate representation of color #250699: hue angle of 252.65º 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 #250699 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 6 153 -
CMYK 0.76 0.96 0 0.4
HSL 252.65º 0.92% 0.31% -
HSV(B) 252.65º 0.96% 0.6% -
XYZ 6.58 2.82 30.34 -
YUV 32.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 37 6 153 0.76 0.96 0 0.4 252.65 0.92 0.31
Hex 25 6 99 4C 60 0 28 FD 5C 1F
Octal 45 6 231 114 140 0 50 375 134 37
Binary 100101 110 10011001 1001100 1100000 0 101000 11111101 1011100 11111

Color Harmonies of #250699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250699

Black with #250699

Text Example


Text Example

White with #250699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250699; }

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

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

background-color css

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

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

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

border-color css

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

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

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