Html Css Color HEX #240FA5 Ultramarine

📋 copy color: '#240FA5'

red 36 ◦ green 15 ◦ blue 165

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

Shades of Ultramarine #240FA5

Tints of Ultramarine #240FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.94%

 BLUE value IS 165 (64.84% from 255) = 76.39%

R = 16.67%
G = 6.94%
B = 76.39%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#240FA5 (or 0x240FA5) is known color: Ultramarine. HEX triplet: 24, 0F and A5. RGB value is (36,15,165). Sum of RGB (Red+Green+Blue) = 36+15+165=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 165 (64.84% from 255 or 76.39% from 216); Max value from RGB is 165 - color contains mainly: blue. Hex color #240FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FA5 is #DBF05A. Grayscale: #252525. Windows color (decimal): -14413915 or 10817316. OLE color: 10817316.

HSL color Cylindrical-coordinate representation of color #240FA5: hue angle of 248.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FA5 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 15 165 -
CMYK 0.78 0.91 0 0.35
HSL 248.4º 0.83% 0.35% -
HSV(B) 248.4º 0.91% 0.65% -
XYZ 7.69 3.43 35.85 -
YUV 38.38 199.46 126.3 -
System Red Green Blue C M Y K H S L
Decimal 36 15 165 0.78 0.91 0 0.35 248.4 0.83 0.35
Hex 24 F A5 4E 5B 0 23 F8 53 23
Octal 44 17 245 116 133 0 43 370 123 43
Binary 100100 1111 10100101 1001110 1011011 0 100011 11111000 1010011 100011

Color Harmonies of #240FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FA5

Black with #240FA5

Text Example


Text Example

White with #240FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240FA5; }

 p { color: rgb(36,15,165); }

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

background-color css

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

 a { background-color: rgb(36,15,165); }

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

border-color css

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

 span { border-color: rgb(36,15,165); }

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