Html Css Color HEX #250BA7 Ultramarine

📋 copy color: '#250BA7'

red 37 ◦ green 11 ◦ blue 167

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

Shades of Ultramarine #250BA7

Tints of Ultramarine #250BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 167 (65.63% from 255) = 77.67%

R = 17.21%
G = 5.12%
B = 77.67%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#250BA7 (or 0x250BA7) is known color: Ultramarine. HEX triplet: 25, 0B and A7. RGB value is (37,11,167). Sum of RGB (Red+Green+Blue) = 37+11+167=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #250BA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BA7 is #DAF458. Grayscale: #232323. Windows color (decimal): -14349401 or 10947365. OLE color: 10947365.

HSL color Cylindrical-coordinate representation of color #250BA7: hue angle of 250º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250BA7 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 11 167 -
CMYK 0.78 0.93 0 0.35
HSL 250º 0.88% 0.35% -
HSV(B) 250º 0.93% 0.65% -
XYZ 7.86 3.42 36.81 -
YUV 36.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 37 11 167 0.78 0.93 0 0.35 250 0.88 0.35
Hex 25 B A7 4E 5D 0 23 FA 58 23
Octal 45 13 247 116 135 0 43 372 130 43
Binary 100101 1011 10100111 1001110 1011101 0 100011 11111010 1011000 100011

Color Harmonies of #250BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BA7

Black with #250BA7

Text Example


Text Example

White with #250BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250BA7; }

 p { color: rgb(37,11,167); }

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

background-color css

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

 a { background-color: rgb(37,11,167); }

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

border-color css

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

 span { border-color: rgb(37,11,167); }

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