Html Css Color HEX #250B92 Ultramarine

📋 copy color: '#250B92'

red 37 ◦ green 11 ◦ blue 146

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

Shades of Ultramarine #250B92

Tints of Ultramarine #250B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.26%

R = 19.07%
G = 5.67%
B = 75.26%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250B92 (or 0x250B92) is known color: Ultramarine. HEX triplet: 25, 0B and 92. RGB value is (37,11,146). Sum of RGB (Red+Green+Blue) = 37+11+146=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #250B92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250B92 is #DAF46D. Grayscale: #212121. Windows color (decimal): -14349422 or 9571109. OLE color: 9571109.

HSL color Cylindrical-coordinate representation of color #250B92: hue angle of 251.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250B92 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 11 146 -
CMYK 0.75 0.92 0 0.43
HSL 251.56º 0.86% 0.31% -
HSV(B) 251.56º 0.92% 0.57% -
XYZ 6.07 2.71 27.4 -
YUV 34.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 37 11 146 0.75 0.92 0 0.43 251.56 0.86 0.31
Hex 25 B 92 4B 5C 0 2B FC 56 1F
Octal 45 13 222 113 134 0 53 374 126 37
Binary 100101 1011 10010010 1001011 1011100 0 101011 11111100 1010110 11111

Color Harmonies of #250B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B92

Black with #250B92

Text Example


Text Example

White with #250B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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