Html Css Color HEX #250C9B Ultramarine

📋 copy color: '#250C9B'

red 37 ◦ green 12 ◦ blue 155

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

Shades of Ultramarine #250C9B

Tints of Ultramarine #250C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.88%

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 18.14%
G = 5.88%
B = 75.98%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#250C9B (or 0x250C9B) is known color: Ultramarine. HEX triplet: 25, 0C and 9B. RGB value is (37,12,155). Sum of RGB (Red+Green+Blue) = 37+12+155=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #250C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250C9B is #DAF364. Grayscale: #232323. Windows color (decimal): -14349157 or 10161189. OLE color: 10161189.

HSL color Cylindrical-coordinate representation of color #250C9B: hue angle of 250.49º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250C9B is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 12 155 -
CMYK 0.76 0.92 0 0.39
HSL 250.49º 0.86% 0.33% -
HSV(B) 250.49º 0.92% 0.61% -
XYZ 6.81 3.02 31.23 -
YUV 35.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 37 12 155 0.76 0.92 0 0.39 250.49 0.86 0.33
Hex 25 C 9B 4C 5C 0 27 FA 56 21
Octal 45 14 233 114 134 0 47 372 126 41
Binary 100101 1100 10011011 1001100 1011100 0 100111 11111010 1010110 100001

Color Harmonies of #250C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C9B

Black with #250C9B

Text Example


Text Example

White with #250C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,155); }

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

background-color css

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

 a { background-color: rgb(37,12,155); }

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

border-color css

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

 span { border-color: rgb(37,12,155); }

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