Html Css Color HEX #124CF0 Navy Blue

📋 copy color: '#124CF0'

red 18 ◦ green 76 ◦ blue 240

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

Shades of Navy Blue #124CF0

Tints of Navy Blue #124CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 240 (94.14% from 255) = 71.86%

R = 5.39%
G = 22.75%
B = 71.86%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#124CF0 (or 0x124CF0) is known color: Navy Blue. HEX triplet: 12, 4C and F0. RGB value is (18,76,240). Sum of RGB (Red+Green+Blue) = 18+76+240=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #124CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CF0 is #EDB30F. Grayscale: #4C4C4C. Windows color (decimal): -15577872 or 15748114. OLE color: 15748114.

HSL color Cylindrical-coordinate representation of color #124CF0: hue angle of 224.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124CF0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 76 240 -
CMYK 0.92 0.68 0 0.06
HSL 224.32º 0.88% 0.51% -
HSV(B) 224.32º 0.93% 0.94% -
XYZ 18.56 11.59 83.7 -
YUV 77.35 219.78 85.66 -
System Red Green Blue C M Y K H S L
Decimal 18 76 240 0.92 0.68 0 0.06 224.32 0.88 0.51
Hex 12 4C F0 5C 44 0 6 E0 58 33
Octal 22 114 360 134 104 0 6 340 130 63
Binary 10010 1001100 11110000 1011100 1000100 0 110 11100000 1011000 110011

Color Harmonies of #124CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CF0

Black with #124CF0

Text Example


Text Example

White with #124CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,240); }

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

background-color css

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

 a { background-color: rgb(18,76,240); }

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

border-color css

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

 span { border-color: rgb(18,76,240); }

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