Html Css Color HEX #251295 Ultramarine

📋 copy color: '#251295'

red 37 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #251295

Tints of Ultramarine #251295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.04%

R = 18.14%
G = 8.82%
B = 73.04%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#251295 (or 0x251295) is known color: Ultramarine. HEX triplet: 25, 12 and 95. RGB value is (37,18,149). Sum of RGB (Red+Green+Blue) = 37+18+149=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #251295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251295 is #DAED6A. Grayscale: #262626. Windows color (decimal): -14347627 or 9769509. OLE color: 9769509.

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

Color convert

RGB 37 18 149 -
CMYK 0.75 0.88 0 0.42
HSL 248.7º 0.78% 0.33% -
HSV(B) 248.7º 0.88% 0.58% -
XYZ 6.4 3 28.67 -
YUV 38.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 37 18 149 0.75 0.88 0 0.42 248.7 0.78 0.33
Hex 25 12 95 4B 58 0 2A F9 4E 21
Octal 45 22 225 113 130 0 52 371 116 41
Binary 100101 10010 10010101 1001011 1011000 0 101010 11111001 1001110 100001

Color Harmonies of #251295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251295

Black with #251295

Text Example


Text Example

White with #251295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251295; }

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

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

background-color css

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

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

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

border-color css

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

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

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