Html Css Color HEX #124FE1 Navy Blue

📋 copy color: '#124FE1'

red 18 ◦ green 79 ◦ blue 225

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

Shades of Navy Blue #124FE1

Tints of Navy Blue #124FE1

RGB

 RED value IS 18 (7.42% from 255) = 5.59%

 GREEN value IS 79 (31.25% from 255) = 24.53%

 BLUE value IS 225 (88.28% from 255) = 69.88%

R = 5.59%
G = 24.53%
B = 69.88%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#124FE1 (or 0x124FE1) is known color: Navy Blue. HEX triplet: 12, 4F and E1. RGB value is (18,79,225). Sum of RGB (Red+Green+Blue) = 18+79+225=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #124FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FE1 is #EDB01E. Grayscale: #4C4C4C. Windows color (decimal): -15577119 or 14765842. OLE color: 14765842.

HSL color Cylindrical-coordinate representation of color #124FE1: hue angle of 222.32º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FE1 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 79 225 -
CMYK 0.92 0.65 0 0.12
HSL 222.32º 0.85% 0.48% -
HSV(B) 222.32º 0.92% 0.88% -
XYZ 16.64 11.16 72.51 -
YUV 77.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 18 79 225 0.92 0.65 0 0.12 222.32 0.85 0.48
Hex 12 4F E1 5C 41 0 C DE 55 30
Octal 22 117 341 134 101 0 14 336 125 60
Binary 10010 1001111 11100001 1011100 1000001 0 1100 11011110 1010101 110000

Color Harmonies of #124FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FE1

Black with #124FE1

Text Example


Text Example

White with #124FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124FE1; }

 p { color: rgb(18,79,225); }

 H1.HeaderClassName
 {
   color: #124FE1;
 }
 .AnyTagClassName
 {
   color: #124FE1;
 }
</style>

background-color css

<style>
 a { background-color: #124FE1; }

 a { background-color: rgb(18,79,225); }

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

border-color css

<style>
 span { border-color: #124FE1; }

 span { border-color: rgb(18,79,225); }

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