Html Css Color HEX #250BAE Ultramarine

📋 copy color: '#250BAE'

red 37 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #250BAE

Tints of Ultramarine #250BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.38%

R = 16.67%
G = 4.95%
B = 78.38%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#250BAE (or 0x250BAE) is known color: Ultramarine. HEX triplet: 25, 0B and AE. RGB value is (37,11,174). Sum of RGB (Red+Green+Blue) = 37+11+174=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #250BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BAE is #DAF451. Grayscale: #242424. Windows color (decimal): -14349394 or 11406117. OLE color: 11406117.

HSL color Cylindrical-coordinate representation of color #250BAE: hue angle of 249.57º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250BAE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 11 174 -
CMYK 0.79 0.94 0 0.32
HSL 249.57º 0.88% 0.36% -
HSV(B) 249.57º 0.94% 0.68% -
XYZ 8.52 3.69 40.31 -
YUV 37.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 37 11 174 0.79 0.94 0 0.32 249.57 0.88 0.36
Hex 25 B AE 4F 5E 0 20 FA 58 24
Octal 45 13 256 117 136 0 40 372 130 44
Binary 100101 1011 10101110 1001111 1011110 0 100000 11111010 1011000 100100

Color Harmonies of #250BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BAE

Black with #250BAE

Text Example


Text Example

White with #250BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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