Html Css Color HEX #125CDA Navy Blue

📋 copy color: '#125CDA'

red 18 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #125CDA

Tints of Navy Blue #125CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 5.49%
G = 28.05%
B = 66.46%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#125CDA (or 0x125CDA) is known color: Navy Blue. HEX triplet: 12, 5C and DA. RGB value is (18,92,218). Sum of RGB (Red+Green+Blue) = 18+92+218=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #125CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CDA is #EDA325. Grayscale: #535353. Windows color (decimal): -15573798 or 14310418. OLE color: 14310418.

HSL color Cylindrical-coordinate representation of color #125CDA: hue angle of 217.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125CDA is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 92 218 -
CMYK 0.92 0.58 0 0.15
HSL 217.8º 0.85% 0.46% -
HSV(B) 217.8º 0.92% 0.85% -
XYZ 16.73 12.84 67.93 -
YUV 84.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 18 92 218 0.92 0.58 0 0.15 217.8 0.85 0.46
Hex 12 5C DA 5C 3A 0 F DA 55 2E
Octal 22 134 332 134 72 0 17 332 125 56
Binary 10010 1011100 11011010 1011100 111010 0 1111 11011010 1010101 101110

Color Harmonies of #125CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CDA

Black with #125CDA

Text Example


Text Example

White with #125CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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