Html Css Color HEX #240FAD Ultramarine

📋 copy color: '#240FAD'

red 36 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #240FAD

Tints of Ultramarine #240FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.23%

R = 16.07%
G = 6.7%
B = 77.23%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#240FAD (or 0x240FAD) is known color: Ultramarine. HEX triplet: 24, 0F and AD. RGB value is (36,15,173). Sum of RGB (Red+Green+Blue) = 36+15+173=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #240FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FAD is #DBF052. Grayscale: #262626. Windows color (decimal): -14413907 or 11341604. OLE color: 11341604.

HSL color Cylindrical-coordinate representation of color #240FAD: hue angle of 247.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FAD is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 15 173 -
CMYK 0.79 0.91 0 0.32
HSL 247.97º 0.84% 0.37% -
HSV(B) 247.97º 0.91% 0.68% -
XYZ 8.44 3.73 39.81 -
YUV 39.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 36 15 173 0.79 0.91 0 0.32 247.97 0.84 0.37
Hex 24 F AD 4F 5B 0 20 F8 54 25
Octal 44 17 255 117 133 0 40 370 124 45
Binary 100100 1111 10101101 1001111 1011011 0 100000 11111000 1010100 100101

Color Harmonies of #240FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FAD

Black with #240FAD

Text Example


Text Example

White with #240FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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