Html Css Color HEX #251CAC Ultramarine

📋 copy color: '#251CAC'

red 37 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #251CAC

Tints of Ultramarine #251CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 15.61%
G = 11.81%
B = 72.57%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#251CAC (or 0x251CAC) is known color: Ultramarine. HEX triplet: 25, 1C and AC. RGB value is (37,28,172). Sum of RGB (Red+Green+Blue) = 37+28+172=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #251CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251CAC is #DAE353. Grayscale: #2E2E2E. Windows color (decimal): -14345044 or 11279397. OLE color: 11279397.

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

Color convert

RGB 37 28 172 -
CMYK 0.78 0.84 0 0.33
HSL 243.75º 0.72% 0.39% -
HSV(B) 243.75º 0.84% 0.67% -
XYZ 8.62 4.2 39.39 -
YUV 47.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 37 28 172 0.78 0.84 0 0.33 243.75 0.72 0.39
Hex 25 1C AC 4E 54 0 21 F4 48 27
Octal 45 34 254 116 124 0 41 364 110 47
Binary 100101 11100 10101100 1001110 1010100 0 100001 11110100 1001000 100111

Color Harmonies of #251CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CAC

Black with #251CAC

Text Example


Text Example

White with #251CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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