Html Css Color HEX #2406B0 Ultramarine

📋 copy color: '#2406B0'

red 36 ◦ green 6 ◦ blue 176

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

Shades of Ultramarine #2406B0

Tints of Ultramarine #2406B0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

 BLUE value IS 176 (69.14% from 255) = 80.73%

R = 16.51%
G = 2.75%
B = 80.73%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2406B0 (or 0x2406B0) is known color: Ultramarine. HEX triplet: 24, 06 and B0. RGB value is (36,6,176). Sum of RGB (Red+Green+Blue) = 36+6+176=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 176 (69.14% from 255 or 80.73% from 218); Max value from RGB is 176 - color contains mainly: blue. Hex color #2406B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2406B0 is #DBF94F. Grayscale: #212121. Windows color (decimal): -14416208 or 11535908. OLE color: 11535908.

HSL color Cylindrical-coordinate representation of color #2406B0: hue angle of 250.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2406B0 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 6 176 -
CMYK 0.80 0.97 0 0.31
HSL 250.59º 0.93% 0.36% -
HSV(B) 250.59º 0.97% 0.69% -
XYZ 8.63 3.64 41.32 -
YUV 34.35 207.94 129.18 -
System Red Green Blue C M Y K H S L
Decimal 36 6 176 0.80 0.97 0 0.31 250.59 0.93 0.36
Hex 24 6 B0 50 61 0 1F FB 5D 24
Octal 44 6 260 120 141 0 37 373 135 44
Binary 100100 110 10110000 1010000 1100001 0 11111 11111011 1011101 100100

Color Harmonies of #2406B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2406B0

Black with #2406B0

Text Example


Text Example

White with #2406B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2406B0; }

 p { color: rgb(36,6,176); }

 H1.HeaderClassName
 {
   color: #2406B0;
 }
 .AnyTagClassName
 {
   color: #2406B0;
 }
</style>

background-color css

<style>
 a { background-color: #2406B0; }

 a { background-color: rgb(36,6,176); }

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

border-color css

<style>
 span { border-color: #2406B0; }

 span { border-color: rgb(36,6,176); }

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