Html Css Color HEX #124CEB Navy Blue

📋 copy color: '#124CEB'

red 18 ◦ green 76 ◦ blue 235

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

Shades of Navy Blue #124CEB

Tints of Navy Blue #124CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 5.47%
G = 23.1%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#124CEB (or 0x124CEB) is known color: Navy Blue. HEX triplet: 12, 4C and EB. RGB value is (18,76,235). Sum of RGB (Red+Green+Blue) = 18+76+235=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #124CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CEB is #EDB314. Grayscale: #4C4C4C. Windows color (decimal): -15577877 or 15420434. OLE color: 15420434.

HSL color Cylindrical-coordinate representation of color #124CEB: hue angle of 223.96º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CEB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 76 235 -
CMYK 0.92 0.68 0 0.08
HSL 223.96º 0.86% 0.5% -
HSV(B) 223.96º 0.92% 0.92% -
XYZ 17.83 11.3 79.84 -
YUV 76.78 217.28 86.07 -
System Red Green Blue C M Y K H S L
Decimal 18 76 235 0.92 0.68 0 0.08 223.96 0.86 0.5
Hex 12 4C EB 5C 44 0 8 E0 56 32
Octal 22 114 353 134 104 0 10 340 126 62
Binary 10010 1001100 11101011 1011100 1000100 0 1000 11100000 1010110 110010

Color Harmonies of #124CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CEB

Black with #124CEB

Text Example


Text Example

White with #124CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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