Html Css Color HEX #124BF2 Navy Blue

📋 copy color: '#124BF2'

red 18 ◦ green 75 ◦ blue 242

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

Shades of Navy Blue #124BF2

Tints of Navy Blue #124BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 72.24%

R = 5.37%
G = 22.39%
B = 72.24%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#124BF2 (or 0x124BF2) is known color: Navy Blue. HEX triplet: 12, 4B and F2. RGB value is (18,75,242). Sum of RGB (Red+Green+Blue) = 18+75+242=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #124BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BF2 is #EDB40D. Grayscale: #4C4C4C. Windows color (decimal): -15578126 or 15878930. OLE color: 15878930.

HSL color Cylindrical-coordinate representation of color #124BF2: hue angle of 224.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124BF2 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 75 242 -
CMYK 0.93 0.69 0 0.05
HSL 224.73º 0.9% 0.51% -
HSV(B) 224.73º 0.93% 0.95% -
XYZ 18.79 11.57 85.25 -
YUV 77 221.12 85.92 -
System Red Green Blue C M Y K H S L
Decimal 18 75 242 0.93 0.69 0 0.05 224.73 0.9 0.51
Hex 12 4B F2 5D 45 0 5 E1 5A 33
Octal 22 113 362 135 105 0 5 341 132 63
Binary 10010 1001011 11110010 1011101 1000101 0 101 11100001 1011010 110011

Color Harmonies of #124BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BF2

Black with #124BF2

Text Example


Text Example

White with #124BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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