Html Css Color HEX #125CF5 Navy Blue

📋 copy color: '#125CF5'

red 18 ◦ green 92 ◦ blue 245

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

Shades of Navy Blue #125CF5

Tints of Navy Blue #125CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 69.01%

R = 5.07%
G = 25.92%
B = 69.01%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#125CF5 (or 0x125CF5) is known color: Navy Blue. HEX triplet: 12, 5C and F5. RGB value is (18,92,245). Sum of RGB (Red+Green+Blue) = 18+92+245=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #125CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CF5 is #EDA30A. Grayscale: #565656. Windows color (decimal): -15573771 or 16079890. OLE color: 16079890.

HSL color Cylindrical-coordinate representation of color #125CF5: hue angle of 220.44º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125CF5 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 92 245 -
CMYK 0.93 0.62 0 0.04
HSL 220.44º 0.92% 0.52% -
HSV(B) 220.44º 0.93% 0.96% -
XYZ 20.56 14.38 88.08 -
YUV 87.32 216.98 78.56 -
System Red Green Blue C M Y K H S L
Decimal 18 92 245 0.93 0.62 0 0.04 220.44 0.92 0.52
Hex 12 5C F5 5D 3E 0 4 DC 5C 34
Octal 22 134 365 135 76 0 4 334 134 64
Binary 10010 1011100 11110101 1011101 111110 0 100 11011100 1011100 110100

Color Harmonies of #125CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CF5

Black with #125CF5

Text Example


Text Example

White with #125CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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