Html Css Color HEX #125DEC Navy Blue

📋 copy color: '#125DEC'

red 18 ◦ green 93 ◦ blue 236

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

Shades of Navy Blue #125DEC

Tints of Navy Blue #125DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 5.19%
G = 26.8%
B = 68.01%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#125DEC (or 0x125DEC) is known color: Navy Blue. HEX triplet: 12, 5D and EC. RGB value is (18,93,236). Sum of RGB (Red+Green+Blue) = 18+93+236=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #125DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DEC is #EDA213. Grayscale: #565656. Windows color (decimal): -15573524 or 15490322. OLE color: 15490322.

HSL color Cylindrical-coordinate representation of color #125DEC: hue angle of 219.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125DEC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 93 236 -
CMYK 0.92 0.61 0 0.07
HSL 219.36º 0.86% 0.5% -
HSV(B) 219.36º 0.92% 0.93% -
XYZ 19.3 14.01 81.04 -
YUV 86.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 18 93 236 0.92 0.61 0 0.07 219.36 0.86 0.5
Hex 12 5D EC 5C 3D 0 7 DB 56 32
Octal 22 135 354 134 75 0 7 333 126 62
Binary 10010 1011101 11101100 1011100 111101 0 111 11011011 1010110 110010

Color Harmonies of #125DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DEC

Black with #125DEC

Text Example


Text Example

White with #125DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125DEC; }

 p { color: rgb(18,93,236); }

 H1.HeaderClassName
 {
   color: #125DEC;
 }
 .AnyTagClassName
 {
   color: #125DEC;
 }
</style>

background-color css

<style>
 a { background-color: #125DEC; }

 a { background-color: rgb(18,93,236); }

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

border-color css

<style>
 span { border-color: #125DEC; }

 span { border-color: rgb(18,93,236); }

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