Html Css Color HEX #240BAE Ultramarine

📋 copy color: '#240BAE'

red 36 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #240BAE

Tints of Ultramarine #240BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 16.29%
G = 4.98%
B = 78.73%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#240BAE (or 0x240BAE) is known color: Ultramarine. HEX triplet: 24, 0B and AE. RGB value is (36,11,174). Sum of RGB (Red+Green+Blue) = 36+11+174=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #240BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240BAE is #DBF451. Grayscale: #242424. Windows color (decimal): -14414930 or 11406116. OLE color: 11406116.

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

Color convert

RGB 36 11 174 -
CMYK 0.79 0.94 0 0.32
HSL 249.2º 0.88% 0.36% -
HSV(B) 249.2º 0.94% 0.68% -
XYZ 8.49 3.67 40.31 -
YUV 37.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 36 11 174 0.79 0.94 0 0.32 249.2 0.88 0.36
Hex 24 B AE 4F 5E 0 20 F9 58 24
Octal 44 13 256 117 136 0 40 371 130 44
Binary 100100 1011 10101110 1001111 1011110 0 100000 11111001 1011000 100100

Color Harmonies of #240BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BAE

Black with #240BAE

Text Example


Text Example

White with #240BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,174); }

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

background-color css

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

 a { background-color: rgb(36,11,174); }

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

border-color css

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

 span { border-color: rgb(36,11,174); }

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