Html Css Color HEX #250691 Ultramarine

📋 copy color: '#250691'

red 37 ◦ green 6 ◦ blue 145

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

Shades of Ultramarine #250691

Tints of Ultramarine #250691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 77.13%

R = 19.68%
G = 3.19%
B = 77.13%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250691 (or 0x250691) is known color: Ultramarine. HEX triplet: 25, 06 and 91. RGB value is (37,6,145). Sum of RGB (Red+Green+Blue) = 37+6+145=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #250691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250691 is #DAF96E. Grayscale: #1E1E1E. Windows color (decimal): -14350703 or 9504293. OLE color: 9504293.

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

Color convert

RGB 37 6 145 -
CMYK 0.74 0.96 0 0.43
HSL 253.38º 0.92% 0.3% -
HSV(B) 253.38º 0.96% 0.57% -
XYZ 5.94 2.57 26.97 -
YUV 31.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 37 6 145 0.74 0.96 0 0.43 253.38 0.92 0.3
Hex 25 6 91 4A 60 0 2B FD 5C 1E
Octal 45 6 221 112 140 0 53 375 134 36
Binary 100101 110 10010001 1001010 1100000 0 101011 11111101 1011100 11110

Color Harmonies of #250691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250691

Black with #250691

Text Example


Text Example

White with #250691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250691; }

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

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

background-color css

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

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

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

border-color css

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

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

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