Html Css Color HEX #124BEB Navy Blue

📋 copy color: '#124BEB'

red 18 ◦ green 75 ◦ blue 235

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

Shades of Navy Blue #124BEB

Tints of Navy Blue #124BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 5.49%
G = 22.87%
B = 71.65%

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

#124BEB (or 0x124BEB) is known color: Navy Blue. HEX triplet: 12, 4B and EB. RGB value is (18,75,235). Sum of RGB (Red+Green+Blue) = 18+75+235=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #124BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BEB is #EDB414. Grayscale: #4B4B4B. Windows color (decimal): -15578133 or 15420178. OLE color: 15420178.

HSL color Cylindrical-coordinate representation of color #124BEB: hue angle of 224.24º 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 #124BEB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 75 235 -
CMYK 0.92 0.68 0 0.08
HSL 224.24º 0.86% 0.5% -
HSV(B) 224.24º 0.92% 0.92% -
XYZ 17.76 11.16 79.82 -
YUV 76.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 18 75 235 0.92 0.68 0 0.08 224.24 0.86 0.5
Hex 12 4B EB 5C 44 0 8 E0 56 32
Octal 22 113 353 134 104 0 10 340 126 62
Binary 10010 1001011 11101011 1011100 1000100 0 1000 11100000 1010110 110010

Color Harmonies of #124BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BEB

Black with #124BEB

Text Example


Text Example

White with #124BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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