Html Css Color HEX #2409B4 Ultramarine

📋 copy color: '#2409B4'

red 36 ◦ green 9 ◦ blue 180

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

Shades of Ultramarine #2409B4

Tints of Ultramarine #2409B4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 180 (70.7% from 255) = 80%

R = 16%
G = 4%
B = 80%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2409B4 (or 0x2409B4) is known color: Ultramarine. HEX triplet: 24, 09 and B4. RGB value is (36,9,180). Sum of RGB (Red+Green+Blue) = 36+9+180=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 180 (70.70% from 255 or 80% from 225); Max value from RGB is 180 - color contains mainly: blue. Hex color #2409B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409B4 is #DBF64B. Grayscale: #232323. Windows color (decimal): -14415436 or 11798820. OLE color: 11798820.

HSL color Cylindrical-coordinate representation of color #2409B4: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2409B4 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 9 180 -
CMYK 0.8 0.95 0 0.29
HSL 249.47º 0.9% 0.37% -
HSV(B) 249.47º 0.95% 0.71% -
XYZ 9.06 3.87 43.45 -
YUV 36.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 36 9 180 0.8 0.95 0 0.29 249.47 0.9 0.37
Hex 24 9 B4 50 5F 0 1D F9 5A 25
Octal 44 11 264 120 137 0 35 371 132 45
Binary 100100 1001 10110100 1010000 1011111 0 11101 11111001 1011010 100101

Color Harmonies of #2409B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2409B4

Black with #2409B4

Text Example


Text Example

White with #2409B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2409B4; }

 p { color: rgb(36,9,180); }

 H1.HeaderClassName
 {
   color: #2409B4;
 }
 .AnyTagClassName
 {
   color: #2409B4;
 }
</style>

background-color css

<style>
 a { background-color: #2409B4; }

 a { background-color: rgb(36,9,180); }

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

border-color css

<style>
 span { border-color: #2409B4; }

 span { border-color: rgb(36,9,180); }

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