Html Css Color HEX #250690 Ultramarine

📋 copy color: '#250690'

red 37 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #250690

Tints of Ultramarine #250690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 77.01%

R = 19.79%
G = 3.21%
B = 77.01%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250690 (or 0x250690) is known color: Ultramarine. HEX triplet: 25, 06 and 90. RGB value is (37,6,144). Sum of RGB (Red+Green+Blue) = 37+6+144=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #250690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250690 is #DAF96F. Grayscale: #1E1E1E. Windows color (decimal): -14350704 or 9438757. OLE color: 9438757.

HSL color Cylindrical-coordinate representation of color #250690: hue angle of 253.48º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250690 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 6 144 -
CMYK 0.74 0.96 0 0.44
HSL 253.48º 0.92% 0.29% -
HSV(B) 253.48º 0.96% 0.56% -
XYZ 5.86 2.54 26.57 -
YUV 31 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 37 6 144 0.74 0.96 0 0.44 253.48 0.92 0.29
Hex 25 6 90 4A 60 0 2C FD 5C 1D
Octal 45 6 220 112 140 0 54 375 134 35
Binary 100101 110 10010000 1001010 1100000 0 101100 11111101 1011100 11101

Color Harmonies of #250690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250690

Black with #250690

Text Example


Text Example

White with #250690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250690; }

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

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

background-color css

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

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

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

border-color css

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

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

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