Html Css Color HEX #250BAB Ultramarine

📋 copy color: '#250BAB'

red 37 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #250BAB

Tints of Ultramarine #250BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 16.89%
G = 5.02%
B = 78.08%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250BAB (or 0x250BAB) is known color: Ultramarine. HEX triplet: 25, 0B and AB. RGB value is (37,11,171). Sum of RGB (Red+Green+Blue) = 37+11+171=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #250BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BAB is #DAF454. Grayscale: #242424. Windows color (decimal): -14349397 or 11209509. OLE color: 11209509.

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

Color convert

RGB 37 11 171 -
CMYK 0.78 0.94 0 0.33
HSL 249.75º 0.88% 0.36% -
HSV(B) 249.75º 0.94% 0.67% -
XYZ 8.23 3.57 38.78 -
YUV 37.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 37 11 171 0.78 0.94 0 0.33 249.75 0.88 0.36
Hex 25 B AB 4E 5E 0 21 FA 58 24
Octal 45 13 253 116 136 0 41 372 130 44
Binary 100101 1011 10101011 1001110 1011110 0 100001 11111010 1011000 100100

Color Harmonies of #250BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BAB

Black with #250BAB

Text Example


Text Example

White with #250BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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