Html Css Color HEX #240EAF Ultramarine

📋 copy color: '#240EAF'

red 36 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #240EAF

Tints of Ultramarine #240EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

 BLUE value IS 175 (68.75% from 255) = 77.78%

R = 16%
G = 6.22%
B = 77.78%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#240EAF (or 0x240EAF) is known color: Ultramarine. HEX triplet: 24, 0E and AF. RGB value is (36,14,175). Sum of RGB (Red+Green+Blue) = 36+14+175=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #240EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240EAF is #DBF150. Grayscale: #262626. Windows color (decimal): -14414161 or 11472420. OLE color: 11472420.

HSL color Cylindrical-coordinate representation of color #240EAF: hue angle of 248.2º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240EAF is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 14 175 -
CMYK 0.79 0.92 0 0.31
HSL 248.2º 0.85% 0.37% -
HSV(B) 248.2º 0.92% 0.69% -
XYZ 8.62 3.78 40.83 -
YUV 38.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 36 14 175 0.79 0.92 0 0.31 248.2 0.85 0.37
Hex 24 E AF 4F 5C 0 1F F8 55 25
Octal 44 16 257 117 134 0 37 370 125 45
Binary 100100 1110 10101111 1001111 1011100 0 11111 11111000 1010101 100101

Color Harmonies of #240EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EAF

Black with #240EAF

Text Example


Text Example

White with #240EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,175); }

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

background-color css

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

 a { background-color: rgb(36,14,175); }

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

border-color css

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

 span { border-color: rgb(36,14,175); }

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