Html Css Color HEX #125AE8 Navy Blue

📋 copy color: '#125AE8'

red 18 ◦ green 90 ◦ blue 232

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

Shades of Navy Blue #125AE8

Tints of Navy Blue #125AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 232 (91.02% from 255) = 68.24%

R = 5.29%
G = 26.47%
B = 68.24%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#125AE8 (or 0x125AE8) is known color: Navy Blue. HEX triplet: 12, 5A and E8. RGB value is (18,90,232). Sum of RGB (Red+Green+Blue) = 18+90+232=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #125AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125AE8 is #EDA517. Grayscale: #545454. Windows color (decimal): -15574296 or 15227410. OLE color: 15227410.

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

Color convert

RGB 18 90 232 -
CMYK 0.92 0.61 0 0.09
HSL 219.81º 0.86% 0.49% -
HSV(B) 219.81º 0.92% 0.91% -
XYZ 18.47 13.27 77.93 -
YUV 84.66 211.15 80.45 -
System Red Green Blue C M Y K H S L
Decimal 18 90 232 0.92 0.61 0 0.09 219.81 0.86 0.49
Hex 12 5A E8 5C 3D 0 9 DC 56 31
Octal 22 132 350 134 75 0 11 334 126 61
Binary 10010 1011010 11101000 1011100 111101 0 1001 11011100 1010110 110001

Color Harmonies of #125AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125AE8

Black with #125AE8

Text Example


Text Example

White with #125AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,90,232); }

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

background-color css

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

 a { background-color: rgb(18,90,232); }

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

border-color css

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

 span { border-color: rgb(18,90,232); }

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