Html Css Color HEX #250693 Ultramarine

📋 copy color: '#250693'

red 37 ◦ green 6 ◦ blue 147

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

Shades of Ultramarine #250693

Tints of Ultramarine #250693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 19.47%
G = 3.16%
B = 77.37%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250693 (or 0x250693) is known color: Ultramarine. HEX triplet: 25, 06 and 93. RGB value is (37,6,147). Sum of RGB (Red+Green+Blue) = 37+6+147=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #250693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250693 is #DAF96C. Grayscale: #1E1E1E. Windows color (decimal): -14350701 or 9635365. OLE color: 9635365.

HSL color Cylindrical-coordinate representation of color #250693: hue angle of 253.19º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250693 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 6 147 -
CMYK 0.75 0.96 0 0.42
HSL 253.19º 0.92% 0.3% -
HSV(B) 253.19º 0.96% 0.58% -
XYZ 6.09 2.63 27.79 -
YUV 31.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 37 6 147 0.75 0.96 0 0.42 253.19 0.92 0.3
Hex 25 6 93 4B 60 0 2A FD 5C 1E
Octal 45 6 223 113 140 0 52 375 134 36
Binary 100101 110 10010011 1001011 1100000 0 101010 11111101 1011100 11110

Color Harmonies of #250693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250693

Black with #250693

Text Example


Text Example

White with #250693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250693; }

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

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

background-color css

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

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

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

border-color css

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

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

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