Html Css Color HEX #125CDF Navy Blue

📋 copy color: '#125CDF'

red 18 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #125CDF

Tints of Navy Blue #125CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 5.41%
G = 27.63%
B = 66.97%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#125CDF (or 0x125CDF) is known color: Navy Blue. HEX triplet: 12, 5C and DF. RGB value is (18,92,223). Sum of RGB (Red+Green+Blue) = 18+92+223=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #125CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CDF is #EDA320. Grayscale: #545454. Windows color (decimal): -15573793 or 14638098. OLE color: 14638098.

HSL color Cylindrical-coordinate representation of color #125CDF: hue angle of 218.34º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125CDF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 92 223 -
CMYK 0.92 0.59 0 0.13
HSL 218.34º 0.85% 0.47% -
HSV(B) 218.34º 0.92% 0.87% -
XYZ 17.4 13.11 71.43 -
YUV 84.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 18 92 223 0.92 0.59 0 0.13 218.34 0.85 0.47
Hex 12 5C DF 5C 3B 0 D DA 55 2F
Octal 22 134 337 134 73 0 15 332 125 57
Binary 10010 1011100 11011111 1011100 111011 0 1101 11011010 1010101 101111

Color Harmonies of #125CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CDF

Black with #125CDF

Text Example


Text Example

White with #125CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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