Html Css Color HEX #250C8E Ultramarine

📋 copy color: '#250C8E'

red 37 ◦ green 12 ◦ blue 142

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

Shades of Ultramarine #250C8E

Tints of Ultramarine #250C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 74.35%

R = 19.37%
G = 6.28%
B = 74.35%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250C8E (or 0x250C8E) is known color: Ultramarine. HEX triplet: 25, 0C and 8E. RGB value is (37,12,142). Sum of RGB (Red+Green+Blue) = 37+12+142=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #250C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250C8E is #DAF371. Grayscale: #212121. Windows color (decimal): -14349170 or 9309221. OLE color: 9309221.

HSL color Cylindrical-coordinate representation of color #250C8E: hue angle of 251.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250C8E is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 12 142 -
CMYK 0.74 0.92 0 0.44
HSL 251.54º 0.84% 0.3% -
HSV(B) 251.54º 0.92% 0.56% -
XYZ 5.78 2.61 25.79 -
YUV 34.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 37 12 142 0.74 0.92 0 0.44 251.54 0.84 0.3
Hex 25 C 8E 4A 5C 0 2C FC 54 1E
Octal 45 14 216 112 134 0 54 374 124 36
Binary 100101 1100 10001110 1001010 1011100 0 101100 11111100 1010100 11110

Color Harmonies of #250C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C8E

Black with #250C8E

Text Example


Text Example

White with #250C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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