Html Css Color HEX #250BAD Ultramarine

📋 copy color: '#250BAD'

red 37 ◦ green 11 ◦ blue 173

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

Shades of Ultramarine #250BAD

Tints of Ultramarine #250BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 16.74%
G = 4.98%
B = 78.28%

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

#250BAD (or 0x250BAD) is known color: Ultramarine. HEX triplet: 25, 0B and AD. RGB value is (37,11,173). Sum of RGB (Red+Green+Blue) = 37+11+173=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #250BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BAD is #DAF452. Grayscale: #242424. Windows color (decimal): -14349395 or 11340581. OLE color: 11340581.

HSL color Cylindrical-coordinate representation of color #250BAD: hue angle of 249.63º 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 #250BAD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 11 173 -
CMYK 0.79 0.94 0 0.32
HSL 249.63º 0.88% 0.36% -
HSV(B) 249.63º 0.94% 0.68% -
XYZ 8.43 3.65 39.8 -
YUV 37.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 37 11 173 0.79 0.94 0 0.32 249.63 0.88 0.36
Hex 25 B AD 4F 5E 0 20 FA 58 24
Octal 45 13 255 117 136 0 40 372 130 44
Binary 100101 1011 10101101 1001111 1011110 0 100000 11111010 1011000 100100

Color Harmonies of #250BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BAD

Black with #250BAD

Text Example


Text Example

White with #250BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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