Html Css Color HEX #125CEC Navy Blue

📋 copy color: '#125CEC'

red 18 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #125CEC

Tints of Navy Blue #125CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 5.2%
G = 26.59%
B = 68.21%

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

#125CEC (or 0x125CEC) is known color: Navy Blue. HEX triplet: 12, 5C and EC. RGB value is (18,92,236). Sum of RGB (Red+Green+Blue) = 18+92+236=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #125CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CEC is #EDA313. Grayscale: #555555. Windows color (decimal): -15573780 or 15490066. OLE color: 15490066.

HSL color Cylindrical-coordinate representation of color #125CEC: hue angle of 219.63º 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 #125CEC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 92 236 -
CMYK 0.92 0.61 0 0.07
HSL 219.63º 0.86% 0.5% -
HSV(B) 219.63º 0.92% 0.93% -
XYZ 19.22 13.84 81.02 -
YUV 86.29 212.48 79.29 -
System Red Green Blue C M Y K H S L
Decimal 18 92 236 0.92 0.61 0 0.07 219.63 0.86 0.5
Hex 12 5C EC 5C 3D 0 7 DC 56 32
Octal 22 134 354 134 75 0 7 334 126 62
Binary 10010 1011100 11101100 1011100 111101 0 111 11011100 1010110 110010

Color Harmonies of #125CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CEC

Black with #125CEC

Text Example


Text Example

White with #125CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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