Html Css Color HEX #125CFA Navy Blue

📋 copy color: '#125CFA'

red 18 ◦ green 92 ◦ blue 250

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

Shades of Navy Blue #125CFA

Tints of Navy Blue #125CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.44%

R = 5%
G = 25.56%
B = 69.44%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#125CFA (or 0x125CFA) is known color: Navy Blue. HEX triplet: 12, 5C and FA. RGB value is (18,92,250). Sum of RGB (Red+Green+Blue) = 18+92+250=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #125CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CFA is #EDA305. Grayscale: #575757. Windows color (decimal): -15573766 or 16407570. OLE color: 16407570.

HSL color Cylindrical-coordinate representation of color #125CFA: hue angle of 220.86º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125CFA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 92 250 -
CMYK 0.93 0.63 0 0.02
HSL 220.86º 0.96% 0.53% -
HSV(B) 220.86º 0.93% 0.98% -
XYZ 21.33 14.69 92.15 -
YUV 87.89 219.48 78.15 -
System Red Green Blue C M Y K H S L
Decimal 18 92 250 0.93 0.63 0 0.02 220.86 0.96 0.53
Hex 12 5C FA 5D 3F 0 2 DD 60 35
Octal 22 134 372 135 77 0 2 335 140 65
Binary 10010 1011100 11111010 1011101 111111 0 10 11011101 1100000 110101

Color Harmonies of #125CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CFA

Black with #125CFA

Text Example


Text Example

White with #125CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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