Html Css Color HEX #241986 Ultramarine

📋 copy color: '#241986'

red 36 ◦ green 25 ◦ blue 134

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

Shades of Ultramarine #241986

Tints of Ultramarine #241986

RGB

 RED value IS 36 (14.45% from 255) = 18.46%

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 134 (52.73% from 255) = 68.72%

R = 18.46%
G = 12.82%
B = 68.72%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#241986 (or 0x241986) is known color: Ultramarine. HEX triplet: 24, 19 and 86. RGB value is (36,25,134). Sum of RGB (Red+Green+Blue) = 36+25+134=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #241986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241986 is #DBE679. Grayscale: #282828. Windows color (decimal): -14411386 or 8788260. OLE color: 8788260.

HSL color Cylindrical-coordinate representation of color #241986: hue angle of 246.06º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241986 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 25 134 -
CMYK 0.73 0.81 0 0.47
HSL 246.06º 0.69% 0.31% -
HSV(B) 246.06º 0.81% 0.53% -
XYZ 5.38 2.79 22.81 -
YUV 40.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 36 25 134 0.73 0.81 0 0.47 246.06 0.69 0.31
Hex 24 19 86 49 51 0 2F F6 45 1F
Octal 44 31 206 111 121 0 57 366 105 37
Binary 100100 11001 10000110 1001001 1010001 0 101111 11110110 1000101 11111

Color Harmonies of #241986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241986

Black with #241986

Text Example


Text Example

White with #241986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241986; }

 p { color: rgb(36,25,134); }

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

background-color css

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

 a { background-color: rgb(36,25,134); }

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

border-color css

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

 span { border-color: rgb(36,25,134); }

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