Html Css Color HEX #1260DF Navy Blue

📋 copy color: '#1260DF'

red 18 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #1260DF

Tints of Navy Blue #1260DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 5.34%
G = 28.49%
B = 66.17%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1260DF (or 0x1260DF) is known color: Navy Blue. HEX triplet: 12, 60 and DF. RGB value is (18,96,223). Sum of RGB (Red+Green+Blue) = 18+96+223=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #1260DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260DF is #ED9F20. Grayscale: #565656. Windows color (decimal): -15572769 or 14639122. OLE color: 14639122.

HSL color Cylindrical-coordinate representation of color #1260DF: hue angle of 217.17º 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 #1260DF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 96 223 -
CMYK 0.92 0.57 0 0.13
HSL 217.17º 0.85% 0.47% -
HSV(B) 217.17º 0.92% 0.87% -
XYZ 17.75 13.82 71.54 -
YUV 87.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 18 96 223 0.92 0.57 0 0.13 217.17 0.85 0.47
Hex 12 60 DF 5C 39 0 D D9 55 2F
Octal 22 140 337 134 71 0 15 331 125 57
Binary 10010 1100000 11011111 1011100 111001 0 1101 11011001 1010101 101111

Color Harmonies of #1260DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1260DF

Black with #1260DF

Text Example


Text Example

White with #1260DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1260DF; }

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

 H1.HeaderClassName
 {
   color: #1260DF;
 }
 .AnyTagClassName
 {
   color: #1260DF;
 }
</style>

background-color css

<style>
 a { background-color: #1260DF; }

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

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

border-color css

<style>
 span { border-color: #1260DF; }

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

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