Html Css Color HEX #250697 Ultramarine

📋 copy color: '#250697'

red 37 ◦ green 6 ◦ blue 151

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

Shades of Ultramarine #250697

Tints of Ultramarine #250697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 77.84%

R = 19.07%
G = 3.09%
B = 77.84%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250697 (or 0x250697) is known color: Ultramarine. HEX triplet: 25, 06 and 97. RGB value is (37,6,151). Sum of RGB (Red+Green+Blue) = 37+6+151=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #250697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250697 is #DAF968. Grayscale: #1F1F1F. Windows color (decimal): -14350697 or 9897509. OLE color: 9897509.

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

Color convert

RGB 37 6 151 -
CMYK 0.75 0.96 0 0.41
HSL 252.83º 0.92% 0.31% -
HSV(B) 252.83º 0.96% 0.59% -
XYZ 6.41 2.76 29.47 -
YUV 31.8 195.27 131.71 -
System Red Green Blue C M Y K H S L
Decimal 37 6 151 0.75 0.96 0 0.41 252.83 0.92 0.31
Hex 25 6 97 4B 60 0 29 FD 5C 1F
Octal 45 6 227 113 140 0 51 375 134 37
Binary 100101 110 10010111 1001011 1100000 0 101001 11111101 1011100 11111

Color Harmonies of #250697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250697

Black with #250697

Text Example


Text Example

White with #250697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250697; }

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

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

background-color css

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

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

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

border-color css

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

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

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