Html Css Color HEX #240FAA Ultramarine

📋 copy color: '#240FAA'

red 36 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #240FAA

Tints of Ultramarine #240FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.92%

R = 16.29%
G = 6.79%
B = 76.92%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#240FAA (or 0x240FAA) is known color: Ultramarine. HEX triplet: 24, 0F and AA. RGB value is (36,15,170). Sum of RGB (Red+Green+Blue) = 36+15+170=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #240FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FAA is #DBF055. Grayscale: #262626. Windows color (decimal): -14413910 or 11144996. OLE color: 11144996.

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

Color convert

RGB 36 15 170 -
CMYK 0.79 0.91 0 0.33
HSL 248.13º 0.84% 0.36% -
HSV(B) 248.13º 0.91% 0.67% -
XYZ 8.15 3.62 38.3 -
YUV 38.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 36 15 170 0.79 0.91 0 0.33 248.13 0.84 0.36
Hex 24 F AA 4F 5B 0 21 F8 54 24
Octal 44 17 252 117 133 0 41 370 124 44
Binary 100100 1111 10101010 1001111 1011011 0 100001 11111000 1010100 100100

Color Harmonies of #240FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FAA

Black with #240FAA

Text Example


Text Example

White with #240FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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