Html Css Color HEX #125FED Navy Blue

📋 copy color: '#125FED'

red 18 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #125FED

Tints of Navy Blue #125FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 5.14%
G = 27.14%
B = 67.71%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#125FED (or 0x125FED) is known color: Navy Blue. HEX triplet: 12, 5F and ED. RGB value is (18,95,237). Sum of RGB (Red+Green+Blue) = 18+95+237=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #125FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125FED is #EDA012. Grayscale: #575757. Windows color (decimal): -15573011 or 15556370. OLE color: 15556370.

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

Color convert

RGB 18 95 237 -
CMYK 0.92 0.60 0 0.07
HSL 218.9º 0.86% 0.5% -
HSV(B) 218.9º 0.92% 0.93% -
XYZ 19.63 14.43 81.87 -
YUV 88.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 18 95 237 0.92 0.60 0 0.07 218.9 0.86 0.5
Hex 12 5F ED 5C 3C 0 7 DB 56 32
Octal 22 137 355 134 74 0 7 333 126 62
Binary 10010 1011111 11101101 1011100 111100 0 111 11011011 1010110 110010

Color Harmonies of #125FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FED

Black with #125FED

Text Example


Text Example

White with #125FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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