Html Css Color HEX #125FEF Navy Blue

📋 copy color: '#125FEF'

red 18 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #125FEF

Tints of Navy Blue #125FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 5.11%
G = 26.99%
B = 67.9%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#125FEF (or 0x125FEF) is known color: Navy Blue. HEX triplet: 12, 5F and EF. RGB value is (18,95,239). Sum of RGB (Red+Green+Blue) = 18+95+239=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #125FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125FEF is #EDA010. Grayscale: #575757. Windows color (decimal): -15573009 or 15687442. OLE color: 15687442.

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

Color convert

RGB 18 95 239 -
CMYK 0.92 0.60 0 0.06
HSL 219.1º 0.87% 0.5% -
HSV(B) 219.1º 0.92% 0.94% -
XYZ 19.92 14.55 83.42 -
YUV 88.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 18 95 239 0.92 0.60 0 0.06 219.1 0.87 0.5
Hex 12 5F EF 5C 3C 0 6 DB 57 32
Octal 22 137 357 134 74 0 6 333 127 62
Binary 10010 1011111 11101111 1011100 111100 0 110 11011011 1010111 110010

Color Harmonies of #125FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FEF

Black with #125FEF

Text Example


Text Example

White with #125FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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