Html Css Color HEX #125EEF Navy Blue

📋 copy color: '#125EEF'

red 18 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #125EEF

Tints of Navy Blue #125EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

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

R = 5.13%
G = 26.78%
B = 68.09%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#125EEF (or 0x125EEF) is known color: Navy Blue. HEX triplet: 12, 5E and EF. RGB value is (18,94,239). Sum of RGB (Red+Green+Blue) = 18+94+239=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #125EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125EEF is #EDA110. Grayscale: #575757. Windows color (decimal): -15573265 or 15687186. OLE color: 15687186.

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

Color convert

RGB 18 94 239 -
CMYK 0.92 0.61 0 0.06
HSL 219.37º 0.87% 0.5% -
HSV(B) 219.37º 0.92% 0.94% -
XYZ 19.83 14.37 83.39 -
YUV 87.81 213.32 78.21 -
System Red Green Blue C M Y K H S L
Decimal 18 94 239 0.92 0.61 0 0.06 219.37 0.87 0.5
Hex 12 5E EF 5C 3D 0 6 DB 57 32
Octal 22 136 357 134 75 0 6 333 127 62
Binary 10010 1011110 11101111 1011100 111101 0 110 11011011 1010111 110010

Color Harmonies of #125EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EEF

Black with #125EEF

Text Example


Text Example

White with #125EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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