Html Css Color HEX #125BFA Navy Blue

📋 copy color: '#125BFA'

red 18 ◦ green 91 ◦ blue 250

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

Shades of Navy Blue #125BFA

Tints of Navy Blue #125BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

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

R = 5.01%
G = 25.35%
B = 69.64%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#125BFA (or 0x125BFA) is known color: Navy Blue. HEX triplet: 12, 5B and FA. RGB value is (18,91,250). Sum of RGB (Red+Green+Blue) = 18+91+250=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #125BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125BFA is #EDA405. Grayscale: #565656. Windows color (decimal): -15574022 or 16407314. OLE color: 16407314.

HSL color Cylindrical-coordinate representation of color #125BFA: hue angle of 221.12º 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 #125BFA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 91 250 -
CMYK 0.93 0.64 0 0.02
HSL 221.12º 0.96% 0.53% -
HSV(B) 221.12º 0.93% 0.98% -
XYZ 21.25 14.51 92.12 -
YUV 87.3 219.82 78.57 -
System Red Green Blue C M Y K H S L
Decimal 18 91 250 0.93 0.64 0 0.02 221.12 0.96 0.53
Hex 12 5B FA 5D 40 0 2 DD 60 35
Octal 22 133 372 135 100 0 2 335 140 65
Binary 10010 1011011 11111010 1011101 1000000 0 10 11011101 1100000 110101

Color Harmonies of #125BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BFA

Black with #125BFA

Text Example


Text Example

White with #125BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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