Html Css Color HEX #251296 Ultramarine

📋 copy color: '#251296'

red 37 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #251296

Tints of Ultramarine #251296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 150 (58.98% from 255) = 73.17%

R = 18.05%
G = 8.78%
B = 73.17%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#251296 (or 0x251296) is known color: Ultramarine. HEX triplet: 25, 12 and 96. RGB value is (37,18,150). Sum of RGB (Red+Green+Blue) = 37+18+150=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #251296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251296 is #DAED69. Grayscale: #262626. Windows color (decimal): -14347626 or 9835045. OLE color: 9835045.

HSL color Cylindrical-coordinate representation of color #251296: hue angle of 248.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251296 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 18 150 -
CMYK 0.75 0.88 0 0.41
HSL 248.64º 0.79% 0.33% -
HSV(B) 248.64º 0.88% 0.59% -
XYZ 6.48 3.03 29.1 -
YUV 38.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 37 18 150 0.75 0.88 0 0.41 248.64 0.79 0.33
Hex 25 12 96 4B 58 0 29 F9 4F 21
Octal 45 22 226 113 130 0 51 371 117 41
Binary 100101 10010 10010110 1001011 1011000 0 101001 11111001 1001111 100001

Color Harmonies of #251296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251296

Black with #251296

Text Example


Text Example

White with #251296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251296; }

 p { color: rgb(37,18,150); }

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

background-color css

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

 a { background-color: rgb(37,18,150); }

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

border-color css

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

 span { border-color: rgb(37,18,150); }

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