Html Css Color HEX #250BAA Ultramarine

📋 copy color: '#250BAA'

red 37 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #250BAA

Tints of Ultramarine #250BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.98%

R = 16.97%
G = 5.05%
B = 77.98%

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

#250BAA (or 0x250BAA) is known color: Ultramarine. HEX triplet: 25, 0B and AA. RGB value is (37,11,170). Sum of RGB (Red+Green+Blue) = 37+11+170=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #250BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BAA is #DAF455. Grayscale: #242424. Windows color (decimal): -14349398 or 11143973. OLE color: 11143973.

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

Color convert

RGB 37 11 170 -
CMYK 0.78 0.94 0 0.33
HSL 249.81º 0.88% 0.35% -
HSV(B) 249.81º 0.94% 0.67% -
XYZ 8.14 3.53 38.28 -
YUV 36.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 37 11 170 0.78 0.94 0 0.33 249.81 0.88 0.35
Hex 25 B AA 4E 5E 0 21 FA 58 23
Octal 45 13 252 116 136 0 41 372 130 43
Binary 100101 1011 10101010 1001110 1011110 0 100001 11111010 1011000 100011

Color Harmonies of #250BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BAA

Black with #250BAA

Text Example


Text Example

White with #250BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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