Html Css Color HEX #250CAC Ultramarine

📋 copy color: '#250CAC'

red 37 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #250CAC

Tints of Ultramarine #250CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 16.74%
G = 5.43%
B = 77.83%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250CAC (or 0x250CAC) is known color: Ultramarine. HEX triplet: 25, 0C and AC. RGB value is (37,12,172). Sum of RGB (Red+Green+Blue) = 37+12+172=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #250CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CAC is #DAF353. Grayscale: #252525. Windows color (decimal): -14349140 or 11275301. OLE color: 11275301.

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

Color convert

RGB 37 12 172 -
CMYK 0.78 0.93 0 0.33
HSL 249.38º 0.87% 0.36% -
HSV(B) 249.38º 0.93% 0.67% -
XYZ 8.34 3.63 39.29 -
YUV 37.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 37 12 172 0.78 0.93 0 0.33 249.38 0.87 0.36
Hex 25 C AC 4E 5D 0 21 F9 57 24
Octal 45 14 254 116 135 0 41 371 127 44
Binary 100101 1100 10101100 1001110 1011101 0 100001 11111001 1010111 100100

Color Harmonies of #250CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CAC

Black with #250CAC

Text Example


Text Example

White with #250CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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