Html Css Color HEX #124BEF Navy Blue

📋 copy color: '#124BEF'

red 18 ◦ green 75 ◦ blue 239

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

Shades of Navy Blue #124BEF

Tints of Navy Blue #124BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 5.42%
G = 22.59%
B = 71.99%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#124BEF (or 0x124BEF) is known color: Navy Blue. HEX triplet: 12, 4B and EF. RGB value is (18,75,239). Sum of RGB (Red+Green+Blue) = 18+75+239=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #124BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BEF is #EDB410. Grayscale: #4B4B4B. Windows color (decimal): -15578129 or 15682322. OLE color: 15682322.

HSL color Cylindrical-coordinate representation of color #124BEF: hue angle of 224.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124BEF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 75 239 -
CMYK 0.92 0.69 0 0.06
HSL 224.52º 0.87% 0.5% -
HSV(B) 224.52º 0.92% 0.94% -
XYZ 18.35 11.39 82.89 -
YUV 76.65 219.62 86.16 -
System Red Green Blue C M Y K H S L
Decimal 18 75 239 0.92 0.69 0 0.06 224.52 0.87 0.5
Hex 12 4B EF 5C 45 0 6 E1 57 32
Octal 22 113 357 134 105 0 6 341 127 62
Binary 10010 1001011 11101111 1011100 1000101 0 110 11100001 1010111 110010

Color Harmonies of #124BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BEF

Black with #124BEF

Text Example


Text Example

White with #124BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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