Html Css Color HEX #2414A8 Ultramarine

📋 copy color: '#2414A8'

red 36 ◦ green 20 ◦ blue 168

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

Shades of Ultramarine #2414A8

Tints of Ultramarine #2414A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 168 (66.02% from 255) = 75%

R = 16.07%
G = 8.93%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2414A8 (or 0x2414A8) is known color: Ultramarine. HEX triplet: 24, 14 and A8. RGB value is (36,20,168). Sum of RGB (Red+Green+Blue) = 36+20+168=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 168 (66.02% from 255 or 75% from 224); Max value from RGB is 168 - color contains mainly: blue. Hex color #2414A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2414A8 is #DBEB57. Grayscale: #292929. Windows color (decimal): -14412632 or 11015204. OLE color: 11015204.

HSL color Cylindrical-coordinate representation of color #2414A8: hue angle of 246.49º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2414A8 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 20 168 -
CMYK 0.79 0.88 0 0.34
HSL 246.49º 0.79% 0.37% -
HSV(B) 246.49º 0.88% 0.66% -
XYZ 8.05 3.7 37.34 -
YUV 41.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 36 20 168 0.79 0.88 0 0.34 246.49 0.79 0.37
Hex 24 14 A8 4F 58 0 22 F6 4F 25
Octal 44 24 250 117 130 0 42 366 117 45
Binary 100100 10100 10101000 1001111 1011000 0 100010 11110110 1001111 100101

Color Harmonies of #2414A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2414A8

Black with #2414A8

Text Example


Text Example

White with #2414A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2414A8; }

 p { color: rgb(36,20,168); }

 H1.HeaderClassName
 {
   color: #2414A8;
 }
 .AnyTagClassName
 {
   color: #2414A8;
 }
</style>

background-color css

<style>
 a { background-color: #2414A8; }

 a { background-color: rgb(36,20,168); }

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

border-color css

<style>
 span { border-color: #2414A8; }

 span { border-color: rgb(36,20,168); }

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